diff --git a/mappings/net/minecraft/block/SuspiciousStewIngredient.mapping b/mappings/net/minecraft/block/SuspiciousStewIngredient.mapping new file mode 100644 index 0000000000..abd5c2782f --- /dev/null +++ b/mappings/net/minecraft/block/SuspiciousStewIngredient.mapping @@ -0,0 +1,6 @@ +CLASS net/minecraft/class_7917 net/minecraft/block/SuspiciousStewIngredient + METHOD method_10187 getEffectInStewDuration ()I + METHOD method_10188 getEffectInStew ()Lnet/minecraft/class_1291; + METHOD method_47379 getAll ()Ljava/util/List; + METHOD method_47380 of (Lnet/minecraft/class_1935;)Lnet/minecraft/class_7917; + ARG 0 item diff --git a/mappings/net/minecraft/class_7917.mapping b/mappings/net/minecraft/class_7917.mapping deleted file mode 100644 index 0ae579e6c2..0000000000 --- a/mappings/net/minecraft/class_7917.mapping +++ /dev/null @@ -1,3 +0,0 @@ -CLASS net/minecraft/class_7917 - METHOD method_10187 getEffectInStewDuration ()I - METHOD method_10188 getEffectInStew ()Lnet/minecraft/class_1291;