Skip to content

Instantly share code, notes, and snippets.

@hube12
Last active July 17, 2021 16:13
Show Gist options
  • Save hube12/394ddf11b3cdcc9504270777565446e4 to your computer and use it in GitHub Desktop.
Save hube12/394ddf11b3cdcc9504270777565446e4 to your computer and use it in GitHub Desktop.
1.14 salts
public static void main(String[] args) {
Bootstrap.register();
Registry.BIOME.stream().forEach(
biome -> {
System.out.printf("__________________________________\n");
System.out.printf("BIOME: " + Registry.BIOME.getKey(biome).getPath() + "\n");
for (GenerationStage.Decoration stage : GenerationStage.Decoration.values()) {
System.out.printf("STAGE: " + stage.name() + "\n");
int i = 0;
for (ConfiguredFeature<?> configuredfeature : biome.features.get(stage)) {
if (configuredfeature.feature instanceof DecoratedFeature) {
DecoratedFeatureConfig config = ((DecoratedFeatureConfig) configuredfeature.config);
Feature<?> feature = config.feature.feature;
if (feature instanceof OreFeature) {
System.out.printf("ore : " + Registry.BLOCK.getKey(((OreFeatureConfig) config.feature.config).state.getBlock()).getPath());
} else if (feature instanceof SphereReplaceFeature){
System.out.printf("disk : " + Registry.BLOCK.getKey(((SphereReplaceConfig) config.feature.config).state.getBlock()).getPath());
} else {
System.out.printf(Registry.FEATURE.getKey(feature).getPath());
}
} else {
System.out.printf(Registry.FEATURE.getKey(configuredfeature.feature).getPath());
}
System.out.printf(" " + (i + stage.ordinal() * 10000) + "\n");
++i;
}
System.out.printf("\n");
}
}
);
__________________________________
BIOME: ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
kelp 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: plains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
plain_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: desert
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
desert_well 30010
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
fossil 50000
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
dead_bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
cactus 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
emerald_ore 40014
STAGE: UNDERGROUND_DECORATION
ore : infested_stone 50000
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: forest
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: taiga
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: swamp
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : clay 40011
STAGE: UNDERGROUND_DECORATION
fossil 50000
STAGE: VEGETAL_DECORATION
swamp_tree 60000
swamp_flower 60001
grass 60002
dead_bush 60003
waterlily 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
seagrass 60013
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: river
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: nether
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
nether_bridge 50000
nether_spring 50001
hell_fire 50002
glowstone_blob 50003
glowstone_blob 50004
bush 50005
bush 50006
ore : nether_quartz_ore 50007
ore : magma_block 50008
nether_spring 50009
STAGE: VEGETAL_DECORATION
spring_feature 60000
bush 60001
bush 60002
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: the_end
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
end_spike 30000
end_city 30001
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: frozen_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
iceberg 10002
iceberg 10003
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
blue_ice 30010
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: frozen_river
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_tundra
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
spruce_tree 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
spruce_tree 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: mushroom_fields
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_boolean_selector 60000
bush 60001
bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: mushroom_field_shore
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_boolean_selector 60000
bush 60001
bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: beach
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
spring_feature 60006
spring_feature 60007
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: desert_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
desert_well 30010
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
fossil 50000
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
dead_bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
cactus 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: wooded_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: taiga_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: mountain_edge
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
emerald_ore 40014
STAGE: UNDERGROUND_DECORATION
ore : infested_stone 50000
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: jungle
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
bamboo 60000
random_selector 60001
default_flower 60002
jungle_grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
melon 60010
vines 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: jungle_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
bamboo 60000
random_selector 60001
default_flower 60002
jungle_grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
melon 60010
vines 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: jungle_edge
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
jungle_grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
melon 60009
vines 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: deep_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
kelp 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: stone_shore
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
spring_feature 60006
spring_feature 60007
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_beach
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
spring_feature 60006
spring_feature 60007
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: birch_forest
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
birch_tree 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: birch_forest_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
birch_tree 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: dark_forest
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
random_random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_taiga
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_taiga_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: giant_tree_taiga
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
forest_rock 10002
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
dead_bush 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: giant_tree_taiga_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
forest_rock 10002
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
dead_bush 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: wooded_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
emerald_ore 40014
STAGE: UNDERGROUND_DECORATION
ore : infested_stone 50000
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: savanna
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: savanna_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: badlands
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
grass 60000
dead_bush 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
cactus 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: wooded_badlands_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
normal_tree 60000
grass 60001
dead_bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
cactus 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: badlands_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
grass 60000
dead_bush 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
cactus 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: small_end_islands
STAGE: RAW_GENERATION
end_island 0
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
end_city 30000
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: end_midlands
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
end_city 30000
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: end_highlands
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
end_gateway 30000
end_city 30001
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
chorus_plant 60000
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: end_barrens
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
end_city 30000
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
STAGE: TOP_LAYER_MODIFICATION
__________________________________
BIOME: warm_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
simple_random_selector 60009
seagrass 60010
sea_pickle 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: lukewarm_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
kelp 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: cold_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
kelp 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: deep_warm_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: deep_lukewarm_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
kelp 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: deep_cold_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
seagrass 60009
simple_block 60010
kelp 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: deep_frozen_ocean
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
iceberg 10002
iceberg 10003
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
blue_ice 30010
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: the_void
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
STAGE: UNDERGROUND_STRUCTURES
STAGE: SURFACE_STRUCTURES
STAGE: UNDERGROUND_ORES
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
STAGE: TOP_LAYER_MODIFICATION
void_start_platform 70000
__________________________________
BIOME: sunflower_plains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
double_plant 60001
random_selector 60002
plain_flower 60003
grass 60004
reed 60005
bush 60006
bush 60007
pumpkin 60008
spring_feature 60009
spring_feature 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: desert_lakes
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
desert_well 30010
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
fossil 50000
STAGE: VEGETAL_DECORATION
default_flower 60000
grass 60001
dead_bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
cactus 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: gravelly_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
emerald_ore 40014
STAGE: UNDERGROUND_DECORATION
ore : infested_stone 50000
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: flower_forest
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
random_selector 60001
forest_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: taiga_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: swamp_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : clay 40011
STAGE: UNDERGROUND_DECORATION
fossil 50000
STAGE: VEGETAL_DECORATION
swamp_tree 60000
swamp_flower 60001
grass 60002
dead_bush 60003
waterlily 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: ice_spikes
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
ice_spike 30010
ice_patch 30011
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
spruce_tree 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: modified_jungle
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
jungle_grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
melon 60009
vines 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: modified_jungle_edge
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
jungle_grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
melon 60009
vines 60010
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: tall_birch_forest
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: tall_birch_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_random_selector 60000
random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: dark_forest_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
random_random_selector 60001
default_flower 60002
grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: snowy_taiga_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
bush 60004
bush 60005
bush 60006
bush 60007
reed 60008
pumpkin 60009
spring_feature 60010
spring_feature 60011
sweet_berry_bush 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: giant_spruce_taiga
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
forest_rock 10002
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
dead_bush 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: giant_spruce_taiga_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
forest_rock 10002
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
double_plant 60000
random_selector 60001
default_flower 60002
taiga_grass 60003
dead_bush 60004
bush 60005
bush 60006
bush 60007
bush 60008
reed 60009
pumpkin 60010
spring_feature 60011
spring_feature 60012
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: modified_gravelly_mountains
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
emerald_ore 40014
STAGE: UNDERGROUND_DECORATION
ore : infested_stone 50000
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: shattered_savanna
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: shattered_savanna_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
random_selector 60000
default_flower 60001
grass 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: eroded_badlands
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
grass 60000
dead_bush 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
cactus 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: modified_wooded_badlands_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
normal_tree 60000
grass 60001
dead_bush 60002
bush 60003
bush 60004
reed 60005
pumpkin 60006
cactus 60007
spring_feature 60008
spring_feature 60009
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: modified_badlands_plateau
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
ore : gold_ore 40011
disk : sand 40012
disk : clay 40013
disk : gravel 40014
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
grass 60000
dead_bush 60001
bush 60002
bush 60003
reed 60004
pumpkin 60005
cactus 60006
spring_feature 60007
spring_feature 60008
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: bamboo_jungle
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
bamboo 60000
random_selector 60001
default_flower 60002
jungle_grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
melon 60010
vines 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
__________________________________
BIOME: bamboo_jungle_hills
STAGE: RAW_GENERATION
STAGE: LOCAL_MODIFICATIONS
lake 10000
lake 10001
STAGE: UNDERGROUND_STRUCTURES
mineshaft 20000
stronghold 20001
buried_treasure 20002
monster_room 20003
STAGE: SURFACE_STRUCTURES
pillager_outpost 30000
swamp_hut 30001
desert_pyramid 30002
jungle_temple 30003
igloo 30004
shipwreck 30005
ocean_monument 30006
woodland_mansion 30007
ocean_ruin 30008
village 30009
STAGE: UNDERGROUND_ORES
ore : dirt 40000
ore : gravel 40001
ore : granite 40002
ore : diorite 40003
ore : andesite 40004
ore : coal_ore 40005
ore : iron_ore 40006
ore : gold_ore 40007
ore : redstone_ore 40008
ore : diamond_ore 40009
ore : lapis_ore 40010
disk : sand 40011
disk : clay 40012
disk : gravel 40013
STAGE: UNDERGROUND_DECORATION
STAGE: VEGETAL_DECORATION
bamboo 60000
random_selector 60001
default_flower 60002
jungle_grass 60003
bush 60004
bush 60005
reed 60006
pumpkin 60007
spring_feature 60008
spring_feature 60009
melon 60010
vines 60011
STAGE: TOP_LAYER_MODIFICATION
freeze_top_layer 70000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment