diff --git a/mappings/net/minecraft/world/gen/feature/Feature.mapping b/mappings/net/minecraft/world/gen/feature/Feature.mapping index e1f72c5945..8852cbe87a 100644 --- a/mappings/net/minecraft/world/gen/feature/Feature.mapping +++ b/mappings/net/minecraft/world/gen/feature/Feature.mapping @@ -3,6 +3,7 @@ CLASS net/minecraft/class_3031 net/minecraft/world/gen/feature/Feature FIELD field_13567 SEAGRASS Lnet/minecraft/class_3168; FIELD field_21219 FLOWER Lnet/minecraft/class_4624; FIELD field_24837 codec Lcom/mojang/serialization/Codec; + FIELD field_26361 NO_BONEMEAL_FLOWER Lnet/minecraft/class_4624; METHOD (Lcom/mojang/serialization/Codec;)V ARG 1 configCodec METHOD method_13150 register (Ljava/lang/String;Lnet/minecraft/class_3031;)Lnet/minecraft/class_3031; @@ -10,6 +11,10 @@ CLASS net/minecraft/class_3031 net/minecraft/world/gen/feature/Feature ARG 1 feature METHOD method_13151 generate (Lnet/minecraft/class_5281;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_2338;Lnet/minecraft/class_3037;)Z ARG 1 world + ARG 2 chunkGenerator + ARG 3 random + ARG 4 pos + ARG 5 config METHOD method_13153 setBlockState (Lnet/minecraft/class_1945;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V ARG 1 world ARG 2 pos @@ -29,3 +34,5 @@ CLASS net/minecraft/class_3031 net/minecraft/world/gen/feature/Feature ARG 0 world ARG 1 pos METHOD method_28627 getCodec ()Lcom/mojang/serialization/Codec; + METHOD method_28629 (Lnet/minecraft/class_3037;)Lnet/minecraft/class_2975; + ARG 1 config