Skip to content

Commit

Permalink
fix swapped groupEntry/sequenceEntry (#4112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle authored Feb 9, 2025
1 parent d9a0bbb commit 4b0c27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/loot/entry/LootPoolEntry.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ CLASS net/minecraft/class_79 net/minecraft/loot/entry/LootPoolEntry
ARG 0 entry
CLASS class_80 Builder
FIELD field_990 conditions Lcom/google/common/collect/ImmutableList$Builder;
METHOD method_35513 sequenceEntry (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;
METHOD method_35513 groupEntry (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;
ARG 1 entry
METHOD method_35514 groupEntry (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_72$class_6153;
METHOD method_35514 sequenceEntry (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_72$class_6153;
ARG 1 entry
METHOD method_417 alternatively (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_65$class_66;
ARG 1 builder
Expand Down

0 comments on commit 4b0c27f

Please sign in to comment.