a couple of small datagen fixes (#3150)

can also be backported to 1.18
This commit is contained in:
Shnupbups 2022-05-12 23:41:33 +10:00 committed by GitHub
parent f82738825b
commit 42ea7eaefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -284,9 +284,10 @@ CLASS net/minecraft/class_4910 net/minecraft/data/client/BlockStateModelGenerato
METHOD method_25670 registerBamboo ()V
METHOD method_25671 registerTrapdoor (Lnet/minecraft/class_2248;)V
ARG 1 trapdoorBlock
METHOD method_25672 registerInfested (Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
METHOD method_25672 registerParented (Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
COMMENT Used for a block that shares a block model with another block, for example waxed copper or infested stone bricks.
ARG 1 modelSource
ARG 2 infested
ARG 2 child
METHOD method_25673 createPressurePlateBlockState (Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
ARG 0 pressurePlateBlock
ARG 1 upModelId

View File

@ -135,7 +135,7 @@ CLASS net/minecraft/class_2446 net/minecraft/data/server/RecipeProvider
ARG 0 exporter
ARG 1 output
ARG 2 input
METHOD method_32813 createPressurePlateRecipe (Ljava/util/function/Consumer;Lnet/minecraft/class_1935;Lnet/minecraft/class_1935;)V
METHOD method_32813 offerPressurePlateRecipe (Ljava/util/function/Consumer;Lnet/minecraft/class_1935;Lnet/minecraft/class_1935;)V
ARG 0 exporter
ARG 1 output
ARG 2 input