From 46542e93e22b67f1a2f780aa6f910be818df635b Mon Sep 17 00:00:00 2001 From: Meredith Espinosa Date: Mon, 25 Mar 2019 06:48:38 -0700 Subject: [PATCH] rename PumpkinFeature to WildCropFeature (#555) --- .../net/minecraft/world/gen/feature/PumpkinFeature.mapping | 5 ----- .../net/minecraft/world/gen/feature/WildCropFeature.mapping | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 mappings/net/minecraft/world/gen/feature/PumpkinFeature.mapping create mode 100644 mappings/net/minecraft/world/gen/feature/WildCropFeature.mapping diff --git a/mappings/net/minecraft/world/gen/feature/PumpkinFeature.mapping b/mappings/net/minecraft/world/gen/feature/PumpkinFeature.mapping deleted file mode 100644 index dd3fc68c16..0000000000 --- a/mappings/net/minecraft/world/gen/feature/PumpkinFeature.mapping +++ /dev/null @@ -1,5 +0,0 @@ -CLASS byu net/minecraft/world/gen/feature/PumpkinFeature - FIELD a pumpkin Lbue; - METHOD (Ljava/util/function/Function;Lbue;)V - ARG 1 configDeserializer - ARG 2 pumpkin diff --git a/mappings/net/minecraft/world/gen/feature/WildCropFeature.mapping b/mappings/net/minecraft/world/gen/feature/WildCropFeature.mapping new file mode 100644 index 0000000000..e9ae6109cf --- /dev/null +++ b/mappings/net/minecraft/world/gen/feature/WildCropFeature.mapping @@ -0,0 +1,5 @@ +CLASS byu net/minecraft/world/gen/feature/WildCropFeature + FIELD a crop Lbue; + METHOD (Ljava/util/function/Function;Lbue;)V + ARG 1 configDeserializer + ARG 2 crop