Map more 1.16 additions to default biome features (#1405)

* Map the remaining Nether feature configs

* Map the configured ruined portal features

* Move DefaultBiomeFeatures to world.gen.feature package
This commit is contained in:
haykam821 2020-05-31 13:21:24 -04:00 committed by GitHub
parent 563be43174
commit 7112703c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -139,9 +139,24 @@ CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatu
FIELD field_22064 SOUL_SOIL Lnet/minecraft/class_2680;
FIELD field_22065 CRIMSON_ROOTS Lnet/minecraft/class_2680;
FIELD field_23076 NETHER_GOLD_ORE Lnet/minecraft/class_2680;
FIELD field_23851 MIXED_NETHER_SPRING_CONFIG Lnet/minecraft/class_4642;
FIELD field_23852 SOUL_SAND_SPRING_CONFIG Lnet/minecraft/class_4642;
FIELD field_23853 ENCLOSED_SOUL_SAND_SPRING_CONFIG Lnet/minecraft/class_4642;
FIELD field_23854 BASALT_COLUMN_CONFIG Lnet/minecraft/class_5156;
FIELD field_23855 TALL_BASALT_COLUMN_CONFIG Lnet/minecraft/class_5156;
FIELD field_23856 BASALT_BLOB_CONFIG Lnet/minecraft/class_5160;
FIELD field_23857 BLACKSTONE_BLOB_CONFIG Lnet/minecraft/class_5160;
FIELD field_23858 DELTA_CONFIG Lnet/minecraft/class_5158;
FIELD field_24110 VERY_RARE_BEEHIVES_CONFIG Lnet/minecraft/class_4659;
FIELD field_24111 REGULAR_BEEHIVES_CONFIG Lnet/minecraft/class_4659;
FIELD field_24112 MORE_BEEHIVES_CONFIG Lnet/minecraft/class_4659;
FIELD field_24682 JUNGLE_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24683 SWAMP_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24684 MOUNTAIN_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24685 OCEAN_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24686 NETHER_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24711 STANDARD_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
FIELD field_24712 DESERT_CONFIGURED_RUINED_PORTAL Lnet/minecraft/class_5312;
METHOD method_16957 addMountainTrees (Lnet/minecraft/class_1959;)V
ARG 0 biome
METHOD method_16958 addExtraMountainTrees (Lnet/minecraft/class_1959;)V