From 4b7ff50bec2201e8ecbb67c9a5c98b8c0d3ce809 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Sat, 11 Jul 2020 01:35:22 +1000 Subject: [PATCH] Mostly decorator and feature stuff (#1568) * oh gosh oh heck * Delete class_5434.mapping * fixed stuff --- mappings/net/minecraft/class_5459.mapping | 7 ++++++ .../structure/MarginedStructureStart.mapping | 1 + .../structure/VillageStructureStart.mapping | 1 - ...tureConfig.mapping => CountConfig.mapping} | 2 +- .../AbstractHeightmapDecorator.mapping | 3 +++ ...orator.mapping => ChanceDecorator.mapping} | 2 +- .../gen/decorator/ConfiguredDecorator.mapping | 3 +++ .../gen/decorator/CountDecorator.mapping | 1 + ...or.mapping => CountExtraDecorator.mapping} | 2 +- .../CountMultilayerDecorator.mapping | 1 + ...ping => CountNoiseBiasedDecorator.mapping} | 2 +- .../gen/decorator/CountNoiseDecorator.mapping | 1 + .../gen/decorator/DecoratedDecorator.mapping | 1 + .../DecoratedDecoratorConfig.mapping | 2 ++ .../gen/decorator/DecoratorContext.mapping | 17 ++++++++++++++ ....mapping => DepthAverageDecorator.mapping} | 2 +- ...ecorator.mapping => FireDecorator.mapping} | 2 +- .../gen/decorator/GlowstoneDecorator.mapping | 1 + .../gen/decorator/HeightmapDecorator.mapping | 2 +- .../HeightmapSpreadDoubleDecorator.mapping | 1 + .../HeightmapWorldSurfaceDecorator.mapping | 1 + .../MotionBlockingHeightmapDecorator.mapping | 1 + .../gen/decorator/NopeDecoratorConfig.mapping | 2 ++ .../decorator/RangeBiasedDecorator.mapping | 1 + .../gen/decorator/RangeDecorator.mapping | 1 + .../RangeVeryBiasedDecorator.mapping | 1 + ...mapping => Spread32AboveDecorator.mapping} | 2 +- .../gen/decorator/SquareDecorator.mapping | 1 + .../TopSolidHeightmapDecorator.mapping | 1 + .../gen/feature/DefaultBiomeFeatures.mapping | 23 +++++++++++++++++++ .../world/gen/feature/Feature.mapping | 1 + ...etherrackReplaceBlobsFeatureConfig.mapping | 1 + .../gen/feature/UnderwaterDiskFeature.mapping | 1 + 33 files changed, 82 insertions(+), 9 deletions(-) create mode 100644 mappings/net/minecraft/class_5459.mapping create mode 100644 mappings/net/minecraft/structure/MarginedStructureStart.mapping delete mode 100644 mappings/net/minecraft/structure/VillageStructureStart.mapping rename mappings/net/minecraft/world/gen/{feature/SeaPickleFeatureConfig.mapping => CountConfig.mapping} (62%) create mode 100644 mappings/net/minecraft/world/gen/decorator/AbstractHeightmapDecorator.mapping rename mappings/net/minecraft/world/gen/decorator/{ChancePassthroughDecorator.mapping => ChanceDecorator.mapping} (69%) create mode 100644 mappings/net/minecraft/world/gen/decorator/CountDecorator.mapping rename mappings/net/minecraft/world/gen/decorator/{CountExtraHeightmapDecorator.mapping => CountExtraDecorator.mapping} (68%) create mode 100644 mappings/net/minecraft/world/gen/decorator/CountMultilayerDecorator.mapping rename mappings/net/minecraft/world/gen/decorator/{HeightmapNoiseBiasedDecorator.mapping => CountNoiseBiasedDecorator.mapping} (67%) create mode 100644 mappings/net/minecraft/world/gen/decorator/CountNoiseDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/DecoratedDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/DecoratedDecoratorConfig.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/DecoratorContext.mapping rename mappings/net/minecraft/world/gen/decorator/{CountDepthAverageDecorator.mapping => DepthAverageDecorator.mapping} (69%) rename mappings/net/minecraft/world/gen/decorator/{HellFireDecorator.mapping => FireDecorator.mapping} (77%) create mode 100644 mappings/net/minecraft/world/gen/decorator/GlowstoneDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping rename mappings/net/minecraft/world/gen/decorator/{ChorusPlantDecorator.mapping => Spread32AboveDecorator.mapping} (72%) create mode 100644 mappings/net/minecraft/world/gen/decorator/SquareDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator.mapping create mode 100644 mappings/net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig.mapping create mode 100644 mappings/net/minecraft/world/gen/feature/UnderwaterDiskFeature.mapping diff --git a/mappings/net/minecraft/class_5459.mapping b/mappings/net/minecraft/class_5459.mapping new file mode 100644 index 0000000000..97cd2357e6 --- /dev/null +++ b/mappings/net/minecraft/class_5459.mapping @@ -0,0 +1,7 @@ +CLASS net/minecraft/class_5459 + CLASS class_5461 IntBounds + FIELD field_25939 min I + FIELD field_25940 max I + METHOD (II)V + ARG 1 min + ARG 2 max diff --git a/mappings/net/minecraft/structure/MarginedStructureStart.mapping b/mappings/net/minecraft/structure/MarginedStructureStart.mapping new file mode 100644 index 0000000000..e52f3981a5 --- /dev/null +++ b/mappings/net/minecraft/structure/MarginedStructureStart.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_4183 net/minecraft/structure/MarginedStructureStart diff --git a/mappings/net/minecraft/structure/VillageStructureStart.mapping b/mappings/net/minecraft/structure/VillageStructureStart.mapping deleted file mode 100644 index 608b8a929f..0000000000 --- a/mappings/net/minecraft/structure/VillageStructureStart.mapping +++ /dev/null @@ -1 +0,0 @@ -CLASS net/minecraft/class_4183 net/minecraft/structure/VillageStructureStart diff --git a/mappings/net/minecraft/world/gen/feature/SeaPickleFeatureConfig.mapping b/mappings/net/minecraft/world/gen/CountConfig.mapping similarity index 62% rename from mappings/net/minecraft/world/gen/feature/SeaPickleFeatureConfig.mapping rename to mappings/net/minecraft/world/gen/CountConfig.mapping index bcf86df0ed..aeb07f420c 100644 --- a/mappings/net/minecraft/world/gen/feature/SeaPickleFeatureConfig.mapping +++ b/mappings/net/minecraft/world/gen/CountConfig.mapping @@ -1,4 +1,4 @@ -CLASS net/minecraft/class_2984 net/minecraft/world/gen/feature/SeaPickleFeatureConfig +CLASS net/minecraft/class_2984 net/minecraft/world/gen/CountConfig FIELD field_13385 count Lnet/minecraft/class_5428; FIELD field_24878 CODEC Lcom/mojang/serialization/Codec; METHOD (I)V diff --git a/mappings/net/minecraft/world/gen/decorator/AbstractHeightmapDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/AbstractHeightmapDecorator.mapping new file mode 100644 index 0000000000..8afbff66e5 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/AbstractHeightmapDecorator.mapping @@ -0,0 +1,3 @@ +CLASS net/minecraft/class_5445 net/minecraft/world/gen/decorator/AbstractHeightmapDecorator + METHOD method_30463 getHeightmapType (Lnet/minecraft/class_2998;)Lnet/minecraft/class_2902$class_2903; + ARG 1 config diff --git a/mappings/net/minecraft/world/gen/decorator/ChancePassthroughDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/ChanceDecorator.mapping similarity index 69% rename from mappings/net/minecraft/world/gen/decorator/ChancePassthroughDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/ChanceDecorator.mapping index 5b80409c1d..c5eb8308a2 100644 --- a/mappings/net/minecraft/world/gen/decorator/ChancePassthroughDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/ChanceDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3241 net/minecraft/world/gen/decorator/ChancePassthroughDecorator +CLASS net/minecraft/class_3241 net/minecraft/world/gen/decorator/ChanceDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/ConfiguredDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/ConfiguredDecorator.mapping index af92c6f55c..7e5cac1138 100644 --- a/mappings/net/minecraft/world/gen/decorator/ConfiguredDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/ConfiguredDecorator.mapping @@ -1,5 +1,8 @@ CLASS net/minecraft/class_3243 net/minecraft/world/gen/decorator/ConfiguredDecorator FIELD field_14114 config Lnet/minecraft/class_2998; FIELD field_14115 decorator Lnet/minecraft/class_3284; + FIELD field_24981 CODEC Lcom/mojang/serialization/Codec; METHOD (Lnet/minecraft/class_3284;Lnet/minecraft/class_2998;)V ARG 1 decorator + ARG 2 config + METHOD method_30445 getConfig ()Lnet/minecraft/class_2998; diff --git a/mappings/net/minecraft/world/gen/decorator/CountDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/CountDecorator.mapping new file mode 100644 index 0000000000..9d406a6ec7 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/CountDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5440 net/minecraft/world/gen/decorator/CountDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/CountExtraHeightmapDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/CountExtraDecorator.mapping similarity index 68% rename from mappings/net/minecraft/world/gen/decorator/CountExtraHeightmapDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/CountExtraDecorator.mapping index 0e65fe4fd6..3b5c1d6d74 100644 --- a/mappings/net/minecraft/world/gen/decorator/CountExtraHeightmapDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/CountExtraDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3265 net/minecraft/world/gen/decorator/CountExtraHeightmapDecorator +CLASS net/minecraft/class_3265 net/minecraft/world/gen/decorator/CountExtraDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/CountMultilayerDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/CountMultilayerDecorator.mapping new file mode 100644 index 0000000000..27d5ae668b --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/CountMultilayerDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5452 net/minecraft/world/gen/decorator/CountMultilayerDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/HeightmapNoiseBiasedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator.mapping similarity index 67% rename from mappings/net/minecraft/world/gen/decorator/HeightmapNoiseBiasedDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator.mapping index e0697cb96c..d028bdfaa6 100644 --- a/mappings/net/minecraft/world/gen/decorator/HeightmapNoiseBiasedDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3316 net/minecraft/world/gen/decorator/HeightmapNoiseBiasedDecorator +CLASS net/minecraft/class_3316 net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/CountNoiseDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/CountNoiseDecorator.mapping new file mode 100644 index 0000000000..1d84b2c589 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/CountNoiseDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5441 net/minecraft/world/gen/decorator/CountNoiseDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/DecoratedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/DecoratedDecorator.mapping new file mode 100644 index 0000000000..9294197d93 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/DecoratedDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5442 net/minecraft/world/gen/decorator/DecoratedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/DecoratedDecoratorConfig.mapping b/mappings/net/minecraft/world/gen/decorator/DecoratedDecoratorConfig.mapping new file mode 100644 index 0000000000..a8a1bff471 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/DecoratedDecoratorConfig.mapping @@ -0,0 +1,2 @@ +CLASS net/minecraft/class_5443 net/minecraft/world/gen/decorator/DecoratedDecoratorConfig + FIELD field_25854 CODEC Lcom/mojang/serialization/Codec; diff --git a/mappings/net/minecraft/world/gen/decorator/DecoratorContext.mapping b/mappings/net/minecraft/world/gen/decorator/DecoratorContext.mapping new file mode 100644 index 0000000000..781c3eeac6 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/DecoratorContext.mapping @@ -0,0 +1,17 @@ +CLASS net/minecraft/class_5444 net/minecraft/world/gen/decorator/DecoratorContext + FIELD field_25857 world Lnet/minecraft/class_5281; + FIELD field_25858 generator Lnet/minecraft/class_2794; + METHOD (Lnet/minecraft/class_5281;Lnet/minecraft/class_2794;)V + ARG 1 world + ARG 2 generator + METHOD method_30458 getMaxY ()I + METHOD method_30459 getOrCreateCarvingMask (Lnet/minecraft/class_1923;Lnet/minecraft/class_2893$class_2894;)Ljava/util/BitSet; + ARG 1 chunkPos + ARG 2 carver + METHOD method_30460 getTopY (Lnet/minecraft/class_2902$class_2903;II)I + ARG 1 heightmap + ARG 2 x + ARG 3 z + METHOD method_30461 getBlockState (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; + ARG 1 pos + METHOD method_30462 getSeaLevel ()I diff --git a/mappings/net/minecraft/world/gen/decorator/CountDepthAverageDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/DepthAverageDecorator.mapping similarity index 69% rename from mappings/net/minecraft/world/gen/decorator/CountDepthAverageDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/DepthAverageDecorator.mapping index 13a4b2bc29..13987ada19 100644 --- a/mappings/net/minecraft/world/gen/decorator/CountDepthAverageDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/DepthAverageDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3252 net/minecraft/world/gen/decorator/CountDepthAverageDecorator +CLASS net/minecraft/class_3252 net/minecraft/world/gen/decorator/DepthAverageDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/HellFireDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping similarity index 77% rename from mappings/net/minecraft/world/gen/decorator/HellFireDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping index 2f9dfeb681..247ad47953 100644 --- a/mappings/net/minecraft/world/gen/decorator/HellFireDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/FireDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3329 net/minecraft/world/gen/decorator/HellFireDecorator +CLASS net/minecraft/class_3329 net/minecraft/world/gen/decorator/FireDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/GlowstoneDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/GlowstoneDecorator.mapping new file mode 100644 index 0000000000..f87284b8e4 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/GlowstoneDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5453 net/minecraft/world/gen/decorator/GlowstoneDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/HeightmapDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/HeightmapDecorator.mapping index 10b75b70aa..3497e20ac1 100644 --- a/mappings/net/minecraft/world/gen/decorator/HeightmapDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/HeightmapDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3318 net/minecraft/world/gen/decorator/HeightmapDecorator +CLASS net/minecraft/class_5438 net/minecraft/world/gen/decorator/HeightmapDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator.mapping new file mode 100644 index 0000000000..1a83edd0d2 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5448 net/minecraft/world/gen/decorator/HeightmapSpreadDoubleDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator.mapping new file mode 100644 index 0000000000..98f9c31803 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5446 net/minecraft/world/gen/decorator/HeightmapWorldSurfaceDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator.mapping new file mode 100644 index 0000000000..5803570295 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5447 net/minecraft/world/gen/decorator/MotionBlockingHeightmapDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/NopeDecoratorConfig.mapping b/mappings/net/minecraft/world/gen/decorator/NopeDecoratorConfig.mapping index 8a2f9dd4b1..8ecd3a6a26 100644 --- a/mappings/net/minecraft/world/gen/decorator/NopeDecoratorConfig.mapping +++ b/mappings/net/minecraft/world/gen/decorator/NopeDecoratorConfig.mapping @@ -1 +1,3 @@ CLASS net/minecraft/class_3113 net/minecraft/world/gen/decorator/NopeDecoratorConfig + FIELD field_24891 CODEC Lcom/mojang/serialization/Codec; + FIELD field_24892 INSTANCE Lnet/minecraft/class_3113; diff --git a/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping new file mode 100644 index 0000000000..18e9930acd --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/RangeBiasedDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5439 net/minecraft/world/gen/decorator/RangeBiasedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping new file mode 100644 index 0000000000..7f516a898f --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/RangeDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5449 net/minecraft/world/gen/decorator/RangeDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping new file mode 100644 index 0000000000..3d18b4e2f5 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5451 net/minecraft/world/gen/decorator/RangeVeryBiasedDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/ChorusPlantDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/Spread32AboveDecorator.mapping similarity index 72% rename from mappings/net/minecraft/world/gen/decorator/ChorusPlantDecorator.mapping rename to mappings/net/minecraft/world/gen/decorator/Spread32AboveDecorator.mapping index 06fc6079ad..0749778dfc 100644 --- a/mappings/net/minecraft/world/gen/decorator/ChorusPlantDecorator.mapping +++ b/mappings/net/minecraft/world/gen/decorator/Spread32AboveDecorator.mapping @@ -1 +1 @@ -CLASS net/minecraft/class_3245 net/minecraft/world/gen/decorator/ChorusPlantDecorator +CLASS net/minecraft/class_3245 net/minecraft/world/gen/decorator/Spread32AboveDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/SquareDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/SquareDecorator.mapping new file mode 100644 index 0000000000..37bd9d7e62 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/SquareDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5450 net/minecraft/world/gen/decorator/SquareDecorator diff --git a/mappings/net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator.mapping b/mappings/net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator.mapping new file mode 100644 index 0000000000..5f77fb6604 --- /dev/null +++ b/mappings/net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_3318 net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator diff --git a/mappings/net/minecraft/world/gen/feature/DefaultBiomeFeatures.mapping b/mappings/net/minecraft/world/gen/feature/DefaultBiomeFeatures.mapping index 539b2c7621..263a5488df 100644 --- a/mappings/net/minecraft/world/gen/feature/DefaultBiomeFeatures.mapping +++ b/mappings/net/minecraft/world/gen/feature/DefaultBiomeFeatures.mapping @@ -139,3 +139,26 @@ CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatu ARG 0 biome METHOD method_28441 addOceanStructures (Lnet/minecraft/class_1959;)V ARG 0 biome + METHOD method_30578 addMonsters (Lnet/minecraft/class_1959;III)V + ARG 0 biome + ARG 1 zombieWeight + ARG 2 zombieVillagerWeight + ARG 3 skeletonWeight + METHOD method_30579 addBats (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30580 addFarmAnimals (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30581 addBatsAndMonsters (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30582 addSnowyMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30583 addDesertMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30584 addTaigaMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30585 addMushroomMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30586 addJungleMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome + METHOD method_30587 addEndMobs (Lnet/minecraft/class_1959;)V + ARG 0 biome diff --git a/mappings/net/minecraft/world/gen/feature/Feature.mapping b/mappings/net/minecraft/world/gen/feature/Feature.mapping index 7504fd4e67..e1f72c5945 100644 --- a/mappings/net/minecraft/world/gen/feature/Feature.mapping +++ b/mappings/net/minecraft/world/gen/feature/Feature.mapping @@ -1,5 +1,6 @@ CLASS net/minecraft/class_3031 net/minecraft/world/gen/feature/Feature FIELD field_13526 BONUS_CHEST Lnet/minecraft/class_2953; + FIELD field_13567 SEAGRASS Lnet/minecraft/class_3168; FIELD field_21219 FLOWER Lnet/minecraft/class_4624; FIELD field_24837 codec Lcom/mojang/serialization/Codec; METHOD (Lcom/mojang/serialization/Codec;)V diff --git a/mappings/net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig.mapping b/mappings/net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig.mapping new file mode 100644 index 0000000000..1413f82f5e --- /dev/null +++ b/mappings/net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5437 net/minecraft/world/gen/feature/NetherrackReplaceBlobsFeatureConfig diff --git a/mappings/net/minecraft/world/gen/feature/UnderwaterDiskFeature.mapping b/mappings/net/minecraft/world/gen/feature/UnderwaterDiskFeature.mapping new file mode 100644 index 0000000000..94f5314d51 --- /dev/null +++ b/mappings/net/minecraft/world/gen/feature/UnderwaterDiskFeature.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/class_5433 net/minecraft/world/gen/feature/UnderwaterDiskFeature