Skip to content

Commit

Permalink
Fix canBreed, refactor wantsToStartBreeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Dec 3, 2024
1 parent dc8fbcf commit 9a81f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/entity/passive/VillagerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ CLASS net/minecraft/class_1646 net/minecraft/entity/passive/VillagerEntity
ARG 2 lastSlept
METHOD method_63666 (Lnet/minecraft/class_3218;Lnet/minecraft/class_1640;)V
ARG 2 witch
METHOD method_7234 wantsToStartBreeding ()Z
METHOD method_7239 canBreed ()Z
METHOD method_7234 canShareFoodForBreeding ()Z
METHOD method_7239 needsFoodForBreeding ()Z

0 comments on commit 9a81f03

Please sign in to comment.