Skip to content

Commit

Permalink
fix: correct last usages of enchantmentTable to enchantingTable (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Sep 28, 2024
1 parent 7143986 commit 44e469b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/entity/player/PlayerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
FIELD field_7490 isSubmergedInWater Z
FIELD field_7491 ABSORPTION_AMOUNT Lnet/minecraft/class_2940;
FIELD field_7493 hungerManager Lnet/minecraft/class_1702;
FIELD field_7494 enchantmentTableSeed I
FIELD field_7494 enchantingTableSeed I
FIELD field_7495 totalExperience I
FIELD field_7496 LEFT_SHOULDER_ENTITY Lnet/minecraft/class_2940;
FIELD field_7498 playerScreenHandler Lnet/minecraft/class_1723;
Expand Down Expand Up @@ -212,7 +212,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
COMMENT resetting the time of day and weather of the server}
METHOD method_7277 addCritParticles (Lnet/minecraft/class_1297;)V
ARG 1 target
METHOD method_7278 getEnchantmentTableSeed ()I
METHOD method_7278 getEnchantingTableSeed ()I
METHOD method_7279 getAttackCooldownProgressPerTick ()F
METHOD method_7281 incrementStat (Lnet/minecraft/class_2960;)V
ARG 1 stat
Expand Down

0 comments on commit 44e469b

Please sign in to comment.