Skip to content

Commit

Permalink
24w44a minor things (#4045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups authored Nov 6, 2024
1 parent 6823c39 commit 74bc47b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CLASS net/minecraft/class_4004 net/minecraft/client/render/entity/feature/Villag
ARG 2 itemRenderer
METHOD method_65251 applyTransforms (Lnet/minecraft/class_10042;Lnet/minecraft/class_4587;)V
ARG 1 state
ARG 2 stack
ARG 2 matrices
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ CLASS net/minecraft/class_4176 net/minecraft/component/type/FoodComponents
FIELD field_20381 HONEY_BOTTLE Lnet/minecraft/class_4174;
FIELD field_28647 GLOW_BERRIES Lnet/minecraft/class_4174;
METHOD method_19243 createStew (I)Lnet/minecraft/class_4174$class_4175;
ARG 0 hunger
ARG 0 nutrition
2 changes: 1 addition & 1 deletion mappings/net/minecraft/datafixer/schema/Schema1460.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CLASS net/minecraft/class_1238 net/minecraft/datafixer/schema/Schema1460
ARG 1 name
METHOD method_5272 (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;)Lcom/mojang/datafixers/types/templates/TypeTemplate;
ARG 1 name
METHOD method_5273 (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
METHOD method_5273 registerInventory (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
ARG 0 schema
ARG 1 map
ARG 2 name
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CLASS net/minecraft/class_8635 net/minecraft/entity/effect/PoisonStatusEffect
FIELD field_55005 FLOWER_CONTACT_EFFECT_DURATION I
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CLASS net/minecraft/class_8638 net/minecraft/entity/effect/WitherStatusEffect
FIELD field_55006 FLOWER_CONTACT_EFFECT_DURATION I
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CLASS net/minecraft/class_1665 net/minecraft/entity/projectile/PersistentProject
FIELD field_46970 stack Lnet/minecraft/class_1799;
FIELD field_51620 weapon Lnet/minecraft/class_1799;
FIELD field_54969 IN_GROUND Lnet/minecraft/class_2940;
FIELD field_55018 DEFAULT_DRAG F
FIELD field_7571 damage D
FIELD field_7572 pickupType Lnet/minecraft/class_1665$class_1666;
FIELD field_7573 PROJECTILE_FLAGS Lnet/minecraft/class_2940;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CLASS net/minecraft/class_1701 net/minecraft/entity/vehicle/TntMinecartEntity
FIELD field_52526 explosionPower F
FIELD field_55020 EXPLOSION_SPEED_FACTOR_NBT_KEY Ljava/lang/String;
FIELD field_55021 FUSE_NBT_KEY Ljava/lang/String;
FIELD field_55022 DEFAULT_EXPLOSION_SPEED_FACTOR F
FIELD field_55023 explosionSpeedFactor F
FIELD field_7751 fuseTicks I
METHOD method_47305 explode (D)V
Expand Down

0 comments on commit 74bc47b

Please sign in to comment.