Skip to content

Commit

Permalink
23w46a more
Browse files Browse the repository at this point in the history
a couple things I missed, and fixing the new registry's name being plural (oops)
  • Loading branch information
Shnupbups committed Nov 17, 2023
1 parent 9d287c2 commit 56c96b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/registry/Registries.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CLASS net/minecraft/class_7923 net/minecraft/registry/Registries
FIELD field_46591 BLOCK_TYPE Lnet/minecraft/class_2378;
FIELD field_46912 POOL_ALIAS_BINDING Lnet/minecraft/class_2378;
FIELD field_47496 CRITERION Lnet/minecraft/class_2378;
FIELD field_47555 NUMBER_FORMAT_TYPES Lnet/minecraft/class_2378;
FIELD field_47555 NUMBER_FORMAT_TYPE Lnet/minecraft/class_2378;
METHOD method_47450 (Lnet/minecraft/class_2378;)Lnet/minecraft/class_4168;
ARG 0 registry
METHOD method_47451 (Lnet/minecraft/class_2378;)Lnet/minecraft/class_4170;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/test/TestContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,6 @@ CLASS net/minecraft/class_4516 net/minecraft/test/TestContext
ARG 2 amount
METHOD method_55451 setBiome (Lnet/minecraft/class_5321;)V
ARG 1 biome
METHOD method_55452 forceTickIceAndSnow ()V
METHOD method_55453 forceTickIceAndSnow (Lnet/minecraft/class_2338;)V
ARG 1 pos

0 comments on commit 56c96b4

Please sign in to comment.