rename PumpkinFeature to WildCropFeature (#555)

This commit is contained in:
Meredith Espinosa 2019-03-25 06:48:38 -07:00 committed by Gegy
parent a47687969a
commit 46542e93e2
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
CLASS byu net/minecraft/world/gen/feature/PumpkinFeature
FIELD a pumpkin Lbue;
METHOD <init> (Ljava/util/function/Function;Lbue;)V
ARG 1 configDeserializer
ARG 2 pumpkin

View File

@ -0,0 +1,5 @@
CLASS byu net/minecraft/world/gen/feature/WildCropFeature
FIELD a crop Lbue;
METHOD <init> (Ljava/util/function/Function;Lbue;)V
ARG 1 configDeserializer
ARG 2 crop