0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-03 01:45:20 +00:00
Files
Pumpkin/assets/gen_features.json
Alexander Medvedev d8b726dfe2 Update to 1.21.5 (#665)
* update to 1.21.5

* maybe made something better maybe made something worse

:c does still not work

* some fixes

* fix chunk packet

finally, this took way too much of my life time

* port text component

* fix tests

recipes are broken but we currently don't use them anyway
2025-03-27 21:49:02 +01:00

10678 lines
275 KiB
JSON

{
"acacia": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:acacia_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"type": "minecraft:acacia_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:acacia_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 2,
"type": "minecraft:forking_trunk_placer"
}
},
"type": "minecraft:tree"
},
"amethyst_geode": {
"config": {
"min_gen_offset": -16,
"max_gen_offset": 16,
"noise_multiplier": 0.05,
"invalid_blocks_threshold": 1,
"outer_wall_distance": {
"min_inclusive": 4,
"max_inclusive": 6,
"type": "minecraft:uniform"
},
"distribution_points": {
"min_inclusive": 3,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"point_offset": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"use_potential_placements_chance": 0.35,
"use_alternate_layer0_chance": 0.083,
"placements_require_layer0_alternate": true,
"blocks": {
"outer_layer_provider": {
"state": {
"Name": "minecraft:smooth_basalt"
},
"type": "minecraft:simple_state_provider"
},
"inner_placements": [
{
"Properties": {
"waterlogged": "false",
"facing": "up"
},
"Name": "minecraft:small_amethyst_bud"
},
{
"Properties": {
"waterlogged": "false",
"facing": "up"
},
"Name": "minecraft:medium_amethyst_bud"
},
{
"Properties": {
"waterlogged": "false",
"facing": "up"
},
"Name": "minecraft:large_amethyst_bud"
},
{
"Properties": {
"waterlogged": "false",
"facing": "up"
},
"Name": "minecraft:amethyst_cluster"
}
],
"cannot_replace": "#minecraft:features_cannot_replace",
"invalid_blocks": "#minecraft:geode_invalid_blocks",
"filling_provider": {
"state": {
"Name": "minecraft:air"
},
"type": "minecraft:simple_state_provider"
},
"inner_layer_provider": {
"state": {
"Name": "minecraft:amethyst_block"
},
"type": "minecraft:simple_state_provider"
},
"alternate_inner_layer_provider": {
"state": {
"Name": "minecraft:budding_amethyst"
},
"type": "minecraft:simple_state_provider"
},
"middle_layer_provider": {
"state": {
"Name": "minecraft:calcite"
},
"type": "minecraft:simple_state_provider"
}
},
"layers": {
"filling": 1.7,
"inner_layer": 2.2,
"middle_layer": 3.2,
"outer_layer": 4.2
},
"crack": {
"generate_crack_chance": 0.95,
"base_crack_size": 2.0,
"crack_point_offset": 2
}
},
"type": "minecraft:geode"
},
"azalea_tree": {
"config": {
"decorators": [],
"ignore_vines": false,
"force_dirt": true,
"dirt_provider": {
"state": {
"Name": "minecraft:rooted_dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"entries": [
{
"data": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:azalea_leaves"
},
"weight": 3
},
{
"data": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:flowering_azalea_leaves"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"foliage_placer": {
"radius": 3,
"offset": 0,
"foliage_height": 2,
"leaf_placement_attempts": 50,
"type": "minecraft:random_spread_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"height_rand_b": 0,
"min_height_for_leaves": 3,
"bend_length": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"base_height": 4,
"height_rand_a": 2,
"type": "minecraft:bending_trunk_placer"
}
},
"type": "minecraft:tree"
},
"bamboo_no_podzol": {
"config": {
"probability": 0.0
},
"type": "minecraft:bamboo"
},
"bamboo_some_podzol": {
"config": {
"probability": 0.2
},
"type": "minecraft:bamboo"
},
"bamboo_vegetation": {
"config": {
"features": [
{
"feature": "minecraft:fancy_oak_checked",
"chance": 0.05
},
{
"feature": "minecraft:jungle_bush",
"chance": 0.15
},
{
"feature": "minecraft:mega_jungle_tree_checked",
"chance": 0.7
}
],
"default": {
"feature": "minecraft:patch_grass_jungle",
"placement": []
}
},
"type": "minecraft:random_selector"
},
"basalt_blobs": {
"config": {
"target": {
"Name": "minecraft:netherrack"
},
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:basalt"
},
"radius": {
"min_inclusive": 3,
"max_inclusive": 7,
"type": "minecraft:uniform"
}
},
"type": "minecraft:netherrack_replace_blobs"
},
"basalt_pillar": {
"config": {},
"type": "minecraft:basalt_pillar"
},
"birch": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_bees_0002": {
"config": {
"decorators": [
{
"probability": 0.002,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_bees_0002_leaf_litter": {
"config": {
"decorators": [
{
"probability": 0.002,
"type": "minecraft:beehive"
},
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_bees_002": {
"config": {
"decorators": [
{
"probability": 0.02,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_bees_005": {
"config": {
"decorators": [
{
"probability": 0.05,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_leaf_litter": {
"config": {
"decorators": [
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"birch_tall": {
"config": {
"features": [
{
"feature": "minecraft:fallen_super_birch_tree",
"chance": 0.00625
},
{
"feature": "minecraft:super_birch_bees_0002",
"chance": 0.5
},
{
"feature": "minecraft:fallen_birch_tree",
"chance": 0.0125
}
],
"default": "minecraft:birch_bees_0002"
},
"type": "minecraft:random_selector"
},
"blackstone_blobs": {
"config": {
"target": {
"Name": "minecraft:netherrack"
},
"state": {
"Name": "minecraft:blackstone"
},
"radius": {
"min_inclusive": 3,
"max_inclusive": 7,
"type": "minecraft:uniform"
}
},
"type": "minecraft:netherrack_replace_blobs"
},
"blue_ice": {
"config": {},
"type": "minecraft:blue_ice"
},
"bonus_chest": {
"config": {},
"type": "minecraft:bonus_chest"
},
"cave_vine": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 19,
"type": "minecraft:uniform"
},
"weight": 2
},
{
"data": {
"min_inclusive": 0,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"weight": 3
},
{
"data": {
"min_inclusive": 0,
"max_inclusive": 6,
"type": "minecraft:uniform"
},
"weight": 10
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"entries": [
{
"data": {
"Properties": {
"berries": "false"
},
"Name": "minecraft:cave_vines_plant"
},
"weight": 4
},
{
"data": {
"Properties": {
"berries": "true"
},
"Name": "minecraft:cave_vines_plant"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
{
"height": 1,
"provider": {
"source": {
"entries": [
{
"data": {
"Properties": {
"berries": "false",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 4
},
{
"data": {
"Properties": {
"berries": "true",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"property": "age",
"values": {
"min_inclusive": 23,
"max_inclusive": 25,
"type": "minecraft:uniform"
},
"type": "minecraft:randomized_int_state_provider"
}
}
],
"direction": "down",
"allowed_placement": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"cave_vine_in_moss": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"weight": 5
},
{
"data": {
"min_inclusive": 1,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"entries": [
{
"data": {
"Properties": {
"berries": "false"
},
"Name": "minecraft:cave_vines_plant"
},
"weight": 4
},
{
"data": {
"Properties": {
"berries": "true"
},
"Name": "minecraft:cave_vines_plant"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
{
"height": 1,
"provider": {
"source": {
"entries": [
{
"data": {
"Properties": {
"berries": "false",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 4
},
{
"data": {
"Properties": {
"berries": "true",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"property": "age",
"values": {
"min_inclusive": 23,
"max_inclusive": 25,
"type": "minecraft:uniform"
},
"type": "minecraft:randomized_int_state_provider"
}
}
],
"direction": "down",
"allowed_placement": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"cherry": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:cherry_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"wide_bottom_layer_hole_chance": 0.25,
"corner_hole_chance": 0.25,
"hanging_leaves_chance": 0.16666667,
"hanging_leaves_extension_chance": 0.33333334,
"radius": 4,
"offset": 0,
"height": 5,
"type": "minecraft:cherry_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:cherry_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"branch_count": {
"distribution": [
{
"data": 1,
"weight": 1
},
{
"data": 2,
"weight": 1
},
{
"data": 3,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"branch_horizontal_length": {
"min_inclusive": 2,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"branch_start_offset_from_top": {
"min_inclusive": -4,
"max_inclusive": -3
},
"branch_end_offset_from_top": {
"min_inclusive": -1,
"max_inclusive": 0,
"type": "minecraft:uniform"
},
"base_height": 7,
"height_rand_a": 1,
"height_rand_b": 0,
"type": "minecraft:cherry_trunk_placer"
}
},
"type": "minecraft:tree"
},
"cherry_bees_005": {
"config": {
"decorators": [
{
"probability": 0.05,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:cherry_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"wide_bottom_layer_hole_chance": 0.25,
"corner_hole_chance": 0.25,
"hanging_leaves_chance": 0.16666667,
"hanging_leaves_extension_chance": 0.33333334,
"radius": 4,
"offset": 0,
"height": 5,
"type": "minecraft:cherry_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:cherry_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"branch_count": {
"distribution": [
{
"data": 1,
"weight": 1
},
{
"data": 2,
"weight": 1
},
{
"data": 3,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"branch_horizontal_length": {
"min_inclusive": 2,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"branch_start_offset_from_top": {
"min_inclusive": -4,
"max_inclusive": -3
},
"branch_end_offset_from_top": {
"min_inclusive": -1,
"max_inclusive": 0,
"type": "minecraft:uniform"
},
"base_height": 7,
"height_rand_a": 1,
"height_rand_b": 0,
"type": "minecraft:cherry_trunk_placer"
}
},
"type": "minecraft:tree"
},
"chorus_plant": {
"config": {},
"type": "minecraft:chorus_plant"
},
"clay_pool_with_dripleaves": {
"config": {
"vegetation_chance": 0.1,
"xz_radius": {
"min_inclusive": 4,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.7,
"extra_bottom_block_chance": 0.8,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:dripleaf",
"placement": []
},
"surface": "floor",
"depth": 3,
"replaceable": "#minecraft:lush_ground_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:clay"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:waterlogged_vegetation_patch"
},
"clay_with_dripleaves": {
"config": {
"vegetation_chance": 0.05,
"xz_radius": {
"min_inclusive": 4,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.7,
"extra_bottom_block_chance": 0.8,
"vertical_range": 2,
"vegetation_feature": {
"feature": "minecraft:dripleaf",
"placement": []
},
"surface": "floor",
"depth": 3,
"replaceable": "#minecraft:lush_ground_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:clay"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"crimson_forest_vegetation": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:crimson_roots"
},
"weight": 87
},
{
"data": {
"Name": "minecraft:crimson_fungus"
},
"weight": 11
},
{
"data": {
"Name": "minecraft:warped_fungus"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"spread_width": 8,
"spread_height": 4
},
"type": "minecraft:nether_forest_vegetation"
},
"crimson_forest_vegetation_bonemeal": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:crimson_roots"
},
"weight": 87
},
{
"data": {
"Name": "minecraft:crimson_fungus"
},
"weight": 11
},
{
"data": {
"Name": "minecraft:warped_fungus"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"spread_width": 3,
"spread_height": 1
},
"type": "minecraft:nether_forest_vegetation"
},
"crimson_fungus": {
"config": {
"decor_state": {
"Name": "minecraft:shroomlight"
},
"replaceable_blocks": {
"blocks": [
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:cherry_sapling",
"minecraft:dark_oak_sapling",
"minecraft:pale_oak_sapling",
"minecraft:mangrove_propagule",
"minecraft:dandelion",
"minecraft:torchflower",
"minecraft:poppy",
"minecraft:blue_orchid",
"minecraft:allium",
"minecraft:azure_bluet",
"minecraft:red_tulip",
"minecraft:orange_tulip",
"minecraft:white_tulip",
"minecraft:pink_tulip",
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:wither_rose",
"minecraft:lily_of_the_valley",
"minecraft:brown_mushroom",
"minecraft:red_mushroom",
"minecraft:wheat",
"minecraft:sugar_cane",
"minecraft:attached_pumpkin_stem",
"minecraft:attached_melon_stem",
"minecraft:pumpkin_stem",
"minecraft:melon_stem",
"minecraft:lily_pad",
"minecraft:nether_wart",
"minecraft:cocoa",
"minecraft:carrots",
"minecraft:potatoes",
"minecraft:chorus_plant",
"minecraft:chorus_flower",
"minecraft:torchflower_crop",
"minecraft:pitcher_crop",
"minecraft:beetroots",
"minecraft:sweet_berry_bush",
"minecraft:warped_fungus",
"minecraft:crimson_fungus",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant",
"minecraft:cave_vines",
"minecraft:cave_vines_plant",
"minecraft:spore_blossom",
"minecraft:azalea",
"minecraft:flowering_azalea",
"minecraft:moss_carpet",
"minecraft:pink_petals",
"minecraft:wildflowers",
"minecraft:big_dripleaf",
"minecraft:big_dripleaf_stem",
"minecraft:small_dripleaf"
],
"type": "minecraft:matching_blocks"
},
"planted": false,
"valid_base_block": {
"Name": "minecraft:crimson_nylium"
},
"stem_state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:crimson_stem"
},
"hat_state": {
"Name": "minecraft:nether_wart_block"
}
},
"type": "minecraft:huge_fungus"
},
"crimson_fungus_planted": {
"config": {
"decor_state": {
"Name": "minecraft:shroomlight"
},
"replaceable_blocks": {
"blocks": [
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:cherry_sapling",
"minecraft:dark_oak_sapling",
"minecraft:pale_oak_sapling",
"minecraft:mangrove_propagule",
"minecraft:dandelion",
"minecraft:torchflower",
"minecraft:poppy",
"minecraft:blue_orchid",
"minecraft:allium",
"minecraft:azure_bluet",
"minecraft:red_tulip",
"minecraft:orange_tulip",
"minecraft:white_tulip",
"minecraft:pink_tulip",
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:wither_rose",
"minecraft:lily_of_the_valley",
"minecraft:brown_mushroom",
"minecraft:red_mushroom",
"minecraft:wheat",
"minecraft:sugar_cane",
"minecraft:attached_pumpkin_stem",
"minecraft:attached_melon_stem",
"minecraft:pumpkin_stem",
"minecraft:melon_stem",
"minecraft:lily_pad",
"minecraft:nether_wart",
"minecraft:cocoa",
"minecraft:carrots",
"minecraft:potatoes",
"minecraft:chorus_plant",
"minecraft:chorus_flower",
"minecraft:torchflower_crop",
"minecraft:pitcher_crop",
"minecraft:beetroots",
"minecraft:sweet_berry_bush",
"minecraft:warped_fungus",
"minecraft:crimson_fungus",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant",
"minecraft:cave_vines",
"minecraft:cave_vines_plant",
"minecraft:spore_blossom",
"minecraft:azalea",
"minecraft:flowering_azalea",
"minecraft:moss_carpet",
"minecraft:pink_petals",
"minecraft:wildflowers",
"minecraft:big_dripleaf",
"minecraft:big_dripleaf_stem",
"minecraft:small_dripleaf"
],
"type": "minecraft:matching_blocks"
},
"planted": true,
"valid_base_block": {
"Name": "minecraft:crimson_nylium"
},
"stem_state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:crimson_stem"
},
"hat_state": {
"Name": "minecraft:nether_wart_block"
}
},
"type": "minecraft:huge_fungus"
},
"dark_forest_vegetation": {
"config": {
"features": [
{
"feature": {
"feature": "minecraft:huge_brown_mushroom",
"placement": []
},
"chance": 0.025
},
{
"feature": {
"feature": "minecraft:huge_red_mushroom",
"placement": []
},
"chance": 0.05
},
{
"feature": "minecraft:dark_oak_leaf_litter",
"chance": 0.6666667
},
{
"feature": "minecraft:fallen_birch_tree",
"chance": 0.0025
},
{
"feature": "minecraft:birch_leaf_litter",
"chance": 0.2
},
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
},
{
"feature": "minecraft:fancy_oak_leaf_litter",
"chance": 0.1
}
],
"default": "minecraft:oak_leaf_litter"
},
"type": "minecraft:random_selector"
},
"dark_oak": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"middle_size": 1,
"upper_size": 2,
"limit": 1,
"upper_limit": 1,
"lower_size": 0,
"type": "minecraft:three_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:dark_oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"type": "minecraft:dark_oak_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:dark_oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:dark_oak_trunk_placer"
}
},
"type": "minecraft:tree"
},
"dark_oak_leaf_litter": {
"config": {
"decorators": [
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"middle_size": 1,
"upper_size": 2,
"limit": 1,
"upper_limit": 1,
"lower_size": 0,
"type": "minecraft:three_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:dark_oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"type": "minecraft:dark_oak_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:dark_oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:dark_oak_trunk_placer"
}
},
"type": "minecraft:tree"
},
"delta": {
"config": {
"contents": {
"Properties": {
"level": "0"
},
"Name": "minecraft:lava"
},
"rim": {
"Name": "minecraft:magma_block"
},
"size": {
"min_inclusive": 3,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"rim_size": {
"min_inclusive": 0,
"max_inclusive": 2,
"type": "minecraft:uniform"
}
},
"type": "minecraft:delta_feature"
},
"desert_well": {
"config": {},
"type": "minecraft:desert_well"
},
"disk_clay": {
"config": {
"state_provider": {
"fallback": {
"state": {
"Name": "minecraft:clay"
},
"type": "minecraft:simple_state_provider"
},
"rules": []
},
"target": {
"blocks": [
"minecraft:dirt",
"minecraft:clay"
],
"type": "minecraft:matching_blocks"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"half_height": 1
},
"type": "minecraft:disk"
},
"disk_grass": {
"config": {
"state_provider": {
"fallback": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"rules": [
{
"if_true": {
"predicate": {
"predicates": [
{
"offset": [
0,
1,
0
],
"type": "minecraft:solid"
},
{
"offset": [
0,
1,
0
],
"fluids": "minecraft:water",
"type": "minecraft:matching_fluids"
}
],
"type": "minecraft:any_of"
},
"type": "minecraft:not"
},
"then": {
"state": {
"Properties": {
"snowy": "false"
},
"Name": "minecraft:grass_block"
},
"type": "minecraft:simple_state_provider"
}
}
]
},
"target": {
"blocks": [
"minecraft:dirt",
"minecraft:mud"
],
"type": "minecraft:matching_blocks"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 6,
"type": "minecraft:uniform"
},
"half_height": 2
},
"type": "minecraft:disk"
},
"disk_gravel": {
"config": {
"state_provider": {
"fallback": {
"state": {
"Name": "minecraft:gravel"
},
"type": "minecraft:simple_state_provider"
},
"rules": []
},
"target": {
"blocks": [
"minecraft:dirt",
"minecraft:grass_block"
],
"type": "minecraft:matching_blocks"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 5,
"type": "minecraft:uniform"
},
"half_height": 2
},
"type": "minecraft:disk"
},
"disk_sand": {
"config": {
"state_provider": {
"fallback": {
"state": {
"Name": "minecraft:sand"
},
"type": "minecraft:simple_state_provider"
},
"rules": [
{
"if_true": {
"offset": [
0,
-1,
0
],
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"then": {
"state": {
"Name": "minecraft:sandstone"
},
"type": "minecraft:simple_state_provider"
}
}
]
},
"target": {
"blocks": [
"minecraft:dirt",
"minecraft:grass_block"
],
"type": "minecraft:matching_blocks"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 6,
"type": "minecraft:uniform"
},
"half_height": 2
},
"type": "minecraft:disk"
},
"dripleaf": {
"config": {
"features": [
{
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"waterlogged": "false",
"half": "lower",
"facing": "east"
},
"Name": "minecraft:small_dripleaf"
},
"weight": 1
},
{
"data": {
"Properties": {
"waterlogged": "false",
"half": "lower",
"facing": "west"
},
"Name": "minecraft:small_dripleaf"
},
"weight": 1
},
{
"data": {
"Properties": {
"waterlogged": "false",
"half": "lower",
"facing": "north"
},
"Name": "minecraft:small_dripleaf"
},
"weight": 1
},
{
"data": {
"Properties": {
"waterlogged": "false",
"half": "lower",
"facing": "south"
},
"Name": "minecraft:small_dripleaf"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": []
},
{
"feature": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"weight": 2
},
{
"data": 0,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"facing": "east"
},
"Name": "minecraft:big_dripleaf_stem"
},
"type": "minecraft:simple_state_provider"
}
},
{
"height": 1,
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"tilt": "none",
"facing": "east"
},
"Name": "minecraft:big_dripleaf"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"placement": []
},
{
"feature": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"weight": 2
},
{
"data": 0,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"facing": "west"
},
"Name": "minecraft:big_dripleaf_stem"
},
"type": "minecraft:simple_state_provider"
}
},
{
"height": 1,
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"tilt": "none",
"facing": "west"
},
"Name": "minecraft:big_dripleaf"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"placement": []
},
{
"feature": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"weight": 2
},
{
"data": 0,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"facing": "south"
},
"Name": "minecraft:big_dripleaf_stem"
},
"type": "minecraft:simple_state_provider"
}
},
{
"height": 1,
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"tilt": "none",
"facing": "south"
},
"Name": "minecraft:big_dripleaf"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"placement": []
},
{
"feature": {
"config": {
"layers": [
{
"height": {
"distribution": [
{
"data": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"weight": 2
},
{
"data": 0,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"facing": "north"
},
"Name": "minecraft:big_dripleaf_stem"
},
"type": "minecraft:simple_state_provider"
}
},
{
"height": 1,
"provider": {
"state": {
"Properties": {
"waterlogged": "false",
"tilt": "none",
"facing": "north"
},
"Name": "minecraft:big_dripleaf"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"prioritize_tip": true
},
"type": "minecraft:block_column"
},
"placement": []
}
]
},
"type": "minecraft:simple_random_selector"
},
"dripstone_cluster": {
"config": {
"chance_of_dripstone_column_at_max_distance_from_center": 0.1,
"max_distance_from_edge_affecting_chance_of_dripstone_column": 3,
"max_distance_from_center_affecting_height_bias": 8,
"dripstone_block_layer_thickness": {
"min_inclusive": 2,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"density": {
"min_inclusive": 0.3,
"max_exclusive": 0.7,
"type": "minecraft:uniform"
},
"wetness": {
"mean": 0.1,
"deviation": 0.3,
"min": 0.1,
"max": 0.9,
"type": "minecraft:clamped_normal"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 8,
"type": "minecraft:uniform"
},
"max_stalagmite_stalactite_height_diff": 1,
"height_deviation": 3,
"floor_to_ceiling_search_range": 12,
"height": {
"min_inclusive": 3,
"max_inclusive": 6,
"type": "minecraft:uniform"
}
},
"type": "minecraft:dripstone_cluster"
},
"end_gateway_delayed": {
"config": {
"exact": false
},
"type": "minecraft:end_gateway"
},
"end_gateway_return": {
"config": {
"exit": [
100,
50,
0
],
"exact": true
},
"type": "minecraft:end_gateway"
},
"end_island": {
"config": {},
"type": "minecraft:end_island"
},
"end_platform": {
"config": {},
"type": "minecraft:end_platform"
},
"end_spike": {
"config": {
"crystal_invulnerable": false,
"spikes": []
},
"type": "minecraft:end_spike"
},
"fallen_birch_tree": {
"config": {
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"log_length": {
"min_inclusive": 5,
"max_inclusive": 8,
"type": "minecraft:uniform"
},
"stump_decorators": [],
"log_decorators": [
{
"probability": 0.1,
"block_provider": {
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"directions": [
"up"
],
"type": "minecraft:attached_to_logs"
}
]
},
"type": "minecraft:fallen_tree"
},
"fallen_jungle_tree": {
"config": {
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:jungle_log"
},
"type": "minecraft:simple_state_provider"
},
"log_length": {
"min_inclusive": 4,
"max_inclusive": 11,
"type": "minecraft:uniform"
},
"stump_decorators": [
{
"type": "minecraft:trunk_vine"
}
],
"log_decorators": [
{
"probability": 0.1,
"block_provider": {
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"directions": [
"up"
],
"type": "minecraft:attached_to_logs"
}
]
},
"type": "minecraft:fallen_tree"
},
"fallen_oak_tree": {
"config": {
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"log_length": {
"min_inclusive": 4,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"stump_decorators": [
{
"type": "minecraft:trunk_vine"
}
],
"log_decorators": [
{
"probability": 0.1,
"block_provider": {
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"directions": [
"up"
],
"type": "minecraft:attached_to_logs"
}
]
},
"type": "minecraft:fallen_tree"
},
"fallen_spruce_tree": {
"config": {
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:spruce_log"
},
"type": "minecraft:simple_state_provider"
},
"log_length": {
"min_inclusive": 6,
"max_inclusive": 10,
"type": "minecraft:uniform"
},
"stump_decorators": [],
"log_decorators": [
{
"probability": 0.1,
"block_provider": {
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"directions": [
"up"
],
"type": "minecraft:attached_to_logs"
}
]
},
"type": "minecraft:fallen_tree"
},
"fallen_super_birch_tree": {
"config": {
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"log_length": {
"min_inclusive": 5,
"max_inclusive": 15,
"type": "minecraft:uniform"
},
"stump_decorators": [],
"log_decorators": [
{
"probability": 0.1,
"block_provider": {
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"directions": [
"up"
],
"type": "minecraft:attached_to_logs"
}
]
},
"type": "minecraft:fallen_tree"
},
"fancy_oak": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"fancy_oak_bees": {
"config": {
"decorators": [
{
"probability": 1.0,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"fancy_oak_bees_0002_leaf_litter": {
"config": {
"decorators": [
{
"probability": 0.002,
"type": "minecraft:beehive"
},
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"fancy_oak_bees_002": {
"config": {
"decorators": [
{
"probability": 0.02,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"fancy_oak_bees_005": {
"config": {
"decorators": [
{
"probability": 0.05,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"fancy_oak_leaf_litter": {
"config": {
"decorators": [
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"min_clipped_height": 4,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 4,
"height": 4,
"type": "minecraft:fancy_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 3,
"height_rand_a": 11,
"height_rand_b": 0,
"type": "minecraft:fancy_trunk_placer"
}
},
"type": "minecraft:tree"
},
"flower_cherry": {
"config": {
"tries": 96,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "north"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "east"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "south"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "west"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "north"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "east"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "south"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "west"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "north"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "east"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "south"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "west"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "north"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "east"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "south"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "west"
},
"Name": "minecraft:pink_petals"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_default": {
"config": {
"tries": 64,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Name": "minecraft:poppy"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:dandelion"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_flower_forest": {
"config": {
"tries": 96,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"seed": 2345,
"noise": {
"firstOctave": 0,
"amplitudes": [
1.0
]
},
"scale": 0.020833334,
"states": [
{
"Name": "minecraft:dandelion"
},
{
"Name": "minecraft:poppy"
},
{
"Name": "minecraft:allium"
},
{
"Name": "minecraft:azure_bluet"
},
{
"Name": "minecraft:red_tulip"
},
{
"Name": "minecraft:orange_tulip"
},
{
"Name": "minecraft:white_tulip"
},
{
"Name": "minecraft:pink_tulip"
},
{
"Name": "minecraft:oxeye_daisy"
},
{
"Name": "minecraft:cornflower"
},
{
"Name": "minecraft:lily_of_the_valley"
}
],
"type": "minecraft:noise_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_meadow": {
"config": {
"tries": 96,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"seed": 2345,
"noise": {
"firstOctave": -3,
"amplitudes": [
1.0
]
},
"scale": 1.0,
"states": [
{
"Properties": {
"half": "lower"
},
"Name": "minecraft:tall_grass"
},
{
"Name": "minecraft:allium"
},
{
"Name": "minecraft:poppy"
},
{
"Name": "minecraft:azure_bluet"
},
{
"Name": "minecraft:dandelion"
},
{
"Name": "minecraft:cornflower"
},
{
"Name": "minecraft:oxeye_daisy"
},
{
"Name": "minecraft:short_grass"
}
],
"variety": [
1,
3
],
"slow_noise": {
"firstOctave": -10,
"amplitudes": [
1.0
]
},
"slow_scale": 1.0,
"type": "minecraft:dual_noise_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_pale_garden": {
"config": {
"tries": 1,
"xz_spread": 0,
"y_spread": 0,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:closed_eyeblossom"
},
"type": "minecraft:simple_state_provider"
},
"schedule_tick": true
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_plain": {
"config": {
"tries": 64,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"high_chance": 0.33333334,
"default_state": {
"Name": "minecraft:dandelion"
},
"low_states": [
{
"Name": "minecraft:orange_tulip"
},
{
"Name": "minecraft:red_tulip"
},
{
"Name": "minecraft:pink_tulip"
},
{
"Name": "minecraft:white_tulip"
}
],
"high_states": [
{
"Name": "minecraft:poppy"
},
{
"Name": "minecraft:azure_bluet"
},
{
"Name": "minecraft:oxeye_daisy"
},
{
"Name": "minecraft:cornflower"
}
],
"seed": 2345,
"noise": {
"firstOctave": 0,
"amplitudes": [
1.0
]
},
"scale": 0.005,
"threshold": -0.8,
"type": "minecraft:noise_threshold_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"flower_swamp": {
"config": {
"tries": 64,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:blue_orchid"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"forest_flowers": {
"config": {
"features": [
{
"feature": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:lilac"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"placement": []
},
{
"feature": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:rose_bush"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"placement": []
},
{
"feature": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:peony"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"placement": []
},
{
"feature": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:lily_of_the_valley"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:no_bonemeal_flower"
},
"placement": []
}
]
},
"type": "minecraft:simple_random_selector"
},
"forest_rock": {
"config": {
"state": {
"Name": "minecraft:mossy_cobblestone"
}
},
"type": "minecraft:forest_rock"
},
"fossil_coal": {
"config": {
"fossil_processors": "minecraft:fossil_rot",
"overlay_processors": "minecraft:fossil_coal",
"max_empty_corners_allowed": 4,
"fossil_structures": [
"minecraft:fossil/spine_1",
"minecraft:fossil/spine_2",
"minecraft:fossil/spine_3",
"minecraft:fossil/spine_4",
"minecraft:fossil/skull_1",
"minecraft:fossil/skull_2",
"minecraft:fossil/skull_3",
"minecraft:fossil/skull_4"
],
"overlay_structures": [
"minecraft:fossil/spine_1_coal",
"minecraft:fossil/spine_2_coal",
"minecraft:fossil/spine_3_coal",
"minecraft:fossil/spine_4_coal",
"minecraft:fossil/skull_1_coal",
"minecraft:fossil/skull_2_coal",
"minecraft:fossil/skull_3_coal",
"minecraft:fossil/skull_4_coal"
]
},
"type": "minecraft:fossil"
},
"fossil_diamonds": {
"config": {
"fossil_processors": "minecraft:fossil_rot",
"overlay_processors": "minecraft:fossil_diamonds",
"max_empty_corners_allowed": 4,
"fossil_structures": [
"minecraft:fossil/spine_1",
"minecraft:fossil/spine_2",
"minecraft:fossil/spine_3",
"minecraft:fossil/spine_4",
"minecraft:fossil/skull_1",
"minecraft:fossil/skull_2",
"minecraft:fossil/skull_3",
"minecraft:fossil/skull_4"
],
"overlay_structures": [
"minecraft:fossil/spine_1_coal",
"minecraft:fossil/spine_2_coal",
"minecraft:fossil/spine_3_coal",
"minecraft:fossil/spine_4_coal",
"minecraft:fossil/skull_1_coal",
"minecraft:fossil/skull_2_coal",
"minecraft:fossil/skull_3_coal",
"minecraft:fossil/skull_4_coal"
]
},
"type": "minecraft:fossil"
},
"freeze_top_layer": {
"config": {},
"type": "minecraft:freeze_top_layer"
},
"glow_lichen": {
"config": {
"can_place_on_ceiling": true,
"can_place_on_wall": true,
"chance_of_spreading": 0.5,
"can_be_placed_on": [
"minecraft:stone",
"minecraft:andesite",
"minecraft:diorite",
"minecraft:granite",
"minecraft:dripstone_block",
"minecraft:calcite",
"minecraft:tuff",
"minecraft:deepslate"
],
"block": "minecraft:glow_lichen",
"search_range": 20,
"can_place_on_floor": false
},
"type": "minecraft:multiface_growth"
},
"glowstone_extra": {
"config": {},
"type": "minecraft:glowstone_blob"
},
"huge_brown_mushroom": {
"config": {
"cap_provider": {
"state": {
"Properties": {
"west": "true",
"up": "true",
"south": "true",
"north": "true",
"east": "true",
"down": "false"
},
"Name": "minecraft:brown_mushroom_block"
},
"type": "minecraft:simple_state_provider"
},
"stem_provider": {
"state": {
"Properties": {
"west": "true",
"up": "false",
"south": "true",
"north": "true",
"east": "true",
"down": "false"
},
"Name": "minecraft:mushroom_stem"
},
"type": "minecraft:simple_state_provider"
},
"foliage_radius": 3
},
"type": "minecraft:huge_brown_mushroom"
},
"huge_red_mushroom": {
"config": {
"cap_provider": {
"state": {
"Properties": {
"west": "true",
"up": "true",
"south": "true",
"north": "true",
"east": "true",
"down": "false"
},
"Name": "minecraft:red_mushroom_block"
},
"type": "minecraft:simple_state_provider"
},
"stem_provider": {
"state": {
"Properties": {
"west": "true",
"up": "false",
"south": "true",
"north": "true",
"east": "true",
"down": "false"
},
"Name": "minecraft:mushroom_stem"
},
"type": "minecraft:simple_state_provider"
},
"foliage_radius": 2
},
"type": "minecraft:huge_red_mushroom"
},
"ice_patch": {
"config": {
"state_provider": {
"fallback": {
"state": {
"Name": "minecraft:packed_ice"
},
"type": "minecraft:simple_state_provider"
},
"rules": []
},
"target": {
"blocks": [
"minecraft:dirt",
"minecraft:grass_block",
"minecraft:podzol",
"minecraft:coarse_dirt",
"minecraft:mycelium",
"minecraft:snow_block",
"minecraft:ice"
],
"type": "minecraft:matching_blocks"
},
"radius": {
"min_inclusive": 2,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"half_height": 1
},
"type": "minecraft:disk"
},
"ice_spike": {
"config": {},
"type": "minecraft:ice_spike"
},
"iceberg_blue": {
"config": {
"state": {
"Name": "minecraft:blue_ice"
}
},
"type": "minecraft:iceberg"
},
"iceberg_packed": {
"config": {
"state": {
"Name": "minecraft:packed_ice"
}
},
"type": "minecraft:iceberg"
},
"jungle_bush": {
"config": {
"decorators": [],
"ignore_vines": false,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 0,
"lower_size": 0,
"upper_size": 0,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 1,
"height": 2,
"type": "minecraft:bush_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:jungle_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 1,
"height_rand_a": 0,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"jungle_tree": {
"config": {
"decorators": [
{
"probability": 0.2,
"type": "minecraft:cocoa"
},
{
"type": "minecraft:trunk_vine"
},
{
"probability": 0.25,
"type": "minecraft:leave_vine"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:jungle_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:jungle_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 8,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"jungle_tree_no_vine": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:jungle_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:jungle_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 8,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"kelp": {
"config": {},
"type": "minecraft:kelp"
},
"lake_lava": {
"config": {
"fluid": {
"state": {
"Properties": {
"level": "0"
},
"Name": "minecraft:lava"
},
"type": "minecraft:simple_state_provider"
},
"barrier": {
"state": {
"Name": "minecraft:stone"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:lake"
},
"large_basalt_columns": {
"config": {
"reach": {
"min_inclusive": 2,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"height": {
"min_inclusive": 5,
"max_inclusive": 10,
"type": "minecraft:uniform"
}
},
"type": "minecraft:basalt_columns"
},
"large_dripstone": {
"config": {
"wind_speed": {
"min_inclusive": 0.0,
"max_exclusive": 0.3,
"type": "minecraft:uniform"
},
"min_radius_for_wind": 4,
"min_bluntness_for_wind": 0.6,
"stalactite_bluntness": {
"min_inclusive": 0.3,
"max_exclusive": 0.9,
"type": "minecraft:uniform"
},
"stalagmite_bluntness": {
"min_inclusive": 0.4,
"max_exclusive": 1.0,
"type": "minecraft:uniform"
},
"floor_to_ceiling_search_range": 30,
"column_radius": {
"min_inclusive": 3,
"max_inclusive": 19,
"type": "minecraft:uniform"
},
"height_scale": {
"min_inclusive": 0.4,
"max_exclusive": 2.0,
"type": "minecraft:uniform"
},
"max_column_radius_to_cave_height_ratio": 0.33
},
"type": "minecraft:large_dripstone"
},
"lush_caves_clay": {
"config": {
"feature_true": {
"feature": "minecraft:clay_with_dripleaves",
"placement": []
},
"feature_false": {
"feature": "minecraft:clay_pool_with_dripleaves",
"placement": []
}
},
"type": "minecraft:random_boolean_selector"
},
"mangrove": {
"config": {
"decorators": [
{
"probability": 0.125,
"type": "minecraft:leave_vine"
},
{
"block_provider": {
"source": {
"state": {
"Properties": {
"waterlogged": "false",
"stage": "0",
"hanging": "true",
"age": "0"
},
"Name": "minecraft:mangrove_propagule"
},
"type": "minecraft:simple_state_provider"
},
"property": "age",
"values": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"type": "minecraft:randomized_int_state_provider"
},
"required_empty_blocks": 2,
"directions": [
"down"
],
"probability": 0.14,
"exclusion_radius_xz": 1,
"exclusion_radius_y": 0,
"type": "minecraft:attached_to_leaves"
},
{
"probability": 0.01,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 2,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:mangrove_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 3,
"offset": 0,
"foliage_height": 2,
"leaf_placement_attempts": 70,
"type": "minecraft:random_spread_foliage_placer"
},
"root_placer": {
"trunk_offset_y": {
"min_inclusive": 1,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"root_provider": {
"state": {
"Properties": {
"waterlogged": "false"
},
"Name": "minecraft:mangrove_roots"
},
"type": "minecraft:simple_state_provider"
},
"above_root_placement": {
"above_root_provider": {
"state": {
"Name": "minecraft:moss_carpet"
},
"type": "minecraft:simple_state_provider"
},
"above_root_placement_chance": 0.5
},
"mangrove_root_placement": {
"max_root_width": 8,
"max_root_length": 15,
"random_skew_chance": 0.2,
"can_grow_through": "#minecraft:mangrove_roots_can_grow_through",
"muddy_roots_in": [
"minecraft:mud",
"minecraft:muddy_mangrove_roots"
],
"muddy_roots_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:muddy_mangrove_roots"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:mangrove_root_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:mangrove_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"extra_branch_steps": {
"min_inclusive": 1,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"place_branch_per_log_probability": 0.5,
"extra_branch_length": {
"min_inclusive": 0,
"max_inclusive": 1,
"type": "minecraft:uniform"
},
"can_grow_through": "#minecraft:mangrove_logs_can_grow_through",
"base_height": 2,
"height_rand_a": 1,
"height_rand_b": 4,
"type": "minecraft:upwards_branching_trunk_placer"
}
},
"type": "minecraft:tree"
},
"mangrove_vegetation": {
"config": {
"features": [
{
"feature": "minecraft:tall_mangrove_checked",
"chance": 0.85
}
],
"default": "minecraft:mangrove_checked"
},
"type": "minecraft:random_selector"
},
"meadow_trees": {
"config": {
"features": [
{
"feature": "minecraft:fancy_oak_bees",
"chance": 0.5
}
],
"default": "minecraft:super_birch_bees"
},
"type": "minecraft:random_selector"
},
"mega_jungle_tree": {
"config": {
"decorators": [
{
"type": "minecraft:trunk_vine"
},
{
"probability": 0.25,
"type": "minecraft:leave_vine"
}
],
"ignore_vines": false,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 1,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:jungle_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 2,
"type": "minecraft:jungle_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:jungle_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 10,
"height_rand_a": 2,
"height_rand_b": 19,
"type": "minecraft:mega_jungle_trunk_placer"
}
},
"type": "minecraft:tree"
},
"mega_pine": {
"config": {
"decorators": [
{
"provider": {
"state": {
"Properties": {
"snowy": "false"
},
"Name": "minecraft:podzol"
},
"type": "minecraft:simple_state_provider"
},
"type": "minecraft:alter_ground"
}
],
"ignore_vines": false,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 1,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:spruce_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"crown_height": {
"min_inclusive": 3,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"type": "minecraft:mega_pine_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:spruce_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 13,
"height_rand_a": 2,
"height_rand_b": 14,
"type": "minecraft:giant_trunk_placer"
}
},
"type": "minecraft:tree"
},
"mega_spruce": {
"config": {
"decorators": [
{
"provider": {
"state": {
"Properties": {
"snowy": "false"
},
"Name": "minecraft:podzol"
},
"type": "minecraft:simple_state_provider"
},
"type": "minecraft:alter_ground"
}
],
"ignore_vines": false,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 1,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:spruce_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"crown_height": {
"min_inclusive": 13,
"max_inclusive": 17,
"type": "minecraft:uniform"
},
"type": "minecraft:mega_pine_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:spruce_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 13,
"height_rand_a": 2,
"height_rand_b": 14,
"type": "minecraft:giant_trunk_placer"
}
},
"type": "minecraft:tree"
},
"monster_room": {
"config": {},
"type": "minecraft:monster_room"
},
"moss_patch": {
"config": {
"vegetation_chance": 0.8,
"xz_radius": {
"min_inclusive": 4,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.3,
"extra_bottom_block_chance": 0.0,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:moss_vegetation",
"placement": []
},
"surface": "floor",
"depth": 1,
"replaceable": "#minecraft:moss_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:moss_block"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"moss_patch_bonemeal": {
"config": {
"vegetation_chance": 0.6,
"xz_radius": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.75,
"extra_bottom_block_chance": 0.0,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:moss_vegetation",
"placement": []
},
"surface": "floor",
"depth": 1,
"replaceable": "#minecraft:moss_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:moss_block"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"moss_patch_ceiling": {
"config": {
"vegetation_chance": 0.08,
"xz_radius": {
"min_inclusive": 4,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.3,
"extra_bottom_block_chance": 0.0,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:cave_vine_in_moss",
"placement": []
},
"surface": "ceiling",
"depth": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"replaceable": "#minecraft:moss_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:moss_block"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"moss_vegetation": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Name": "minecraft:flowering_azalea"
},
"weight": 4
},
{
"data": {
"Name": "minecraft:azalea"
},
"weight": 7
},
{
"data": {
"Name": "minecraft:moss_carpet"
},
"weight": 25
},
{
"data": {
"Name": "minecraft:short_grass"
},
"weight": 50
},
{
"data": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:tall_grass"
},
"weight": 10
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"mushroom_island_vegetation": {
"config": {
"feature_true": {
"feature": "minecraft:huge_red_mushroom",
"placement": []
},
"feature_false": {
"feature": "minecraft:huge_brown_mushroom",
"placement": []
}
},
"type": "minecraft:random_boolean_selector"
},
"nether_sprouts": {
"config": {
"state_provider": {
"state": {
"Name": "minecraft:nether_sprouts"
},
"type": "minecraft:simple_state_provider"
},
"spread_width": 8,
"spread_height": 4
},
"type": "minecraft:nether_forest_vegetation"
},
"nether_sprouts_bonemeal": {
"config": {
"state_provider": {
"state": {
"Name": "minecraft:nether_sprouts"
},
"type": "minecraft:simple_state_provider"
},
"spread_width": 3,
"spread_height": 1
},
"type": "minecraft:nether_forest_vegetation"
},
"oak": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"oak_bees_0002_leaf_litter": {
"config": {
"decorators": [
{
"probability": 0.002,
"type": "minecraft:beehive"
},
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"oak_bees_002": {
"config": {
"decorators": [
{
"probability": 0.02,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"oak_bees_005": {
"config": {
"decorators": [
{
"probability": 0.05,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"oak_leaf_litter": {
"config": {
"decorators": [
{
"tries": 96,
"radius": 4,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
},
{
"tries": 150,
"radius": 2,
"height": 2,
"block_state_provider": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "4",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"type": "minecraft:place_on_ground"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 4,
"height_rand_a": 2,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"ore_ancient_debris_large": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_nether",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:ancient_debris"
}
}
],
"size": 3,
"discard_chance_on_air_exposure": 1.0
},
"type": "minecraft:scattered_ore"
},
"ore_ancient_debris_small": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_nether",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:ancient_debris"
}
}
],
"size": 2,
"discard_chance_on_air_exposure": 1.0
},
"type": "minecraft:scattered_ore"
},
"ore_andesite": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:andesite"
}
}
],
"size": 64,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_blackstone": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:blackstone"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_clay": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:clay"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_coal": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:coal_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_coal_ore"
}
}
],
"size": 17,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_coal_buried": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:coal_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_coal_ore"
}
}
],
"size": 17,
"discard_chance_on_air_exposure": 0.5
},
"type": "minecraft:ore"
},
"ore_copper_large": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:copper_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_copper_ore"
}
}
],
"size": 20,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_copper_small": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:copper_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_copper_ore"
}
}
],
"size": 10,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_diamond_buried": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:diamond_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_diamond_ore"
}
}
],
"size": 8,
"discard_chance_on_air_exposure": 1.0
},
"type": "minecraft:ore"
},
"ore_diamond_large": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:diamond_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_diamond_ore"
}
}
],
"size": 12,
"discard_chance_on_air_exposure": 0.7
},
"type": "minecraft:ore"
},
"ore_diamond_medium": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:diamond_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_diamond_ore"
}
}
],
"size": 8,
"discard_chance_on_air_exposure": 0.5
},
"type": "minecraft:ore"
},
"ore_diamond_small": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:diamond_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_diamond_ore"
}
}
],
"size": 4,
"discard_chance_on_air_exposure": 0.5
},
"type": "minecraft:ore"
},
"ore_diorite": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:diorite"
}
}
],
"size": 64,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_dirt": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:dirt"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_emerald": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:emerald_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_emerald_ore"
}
}
],
"size": 3,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_gold": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:gold_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_gold_ore"
}
}
],
"size": 9,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_gold_buried": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:gold_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_gold_ore"
}
}
],
"size": 9,
"discard_chance_on_air_exposure": 0.5
},
"type": "minecraft:ore"
},
"ore_granite": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:granite"
}
}
],
"size": 64,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_gravel": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:gravel"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_gravel_nether": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:gravel"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_infested": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:infested_stone"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:infested_deepslate"
}
}
],
"size": 9,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_iron": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:iron_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_iron_ore"
}
}
],
"size": 9,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_iron_small": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:iron_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_iron_ore"
}
}
],
"size": 4,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_lapis": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:lapis_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_lapis_ore"
}
}
],
"size": 7,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_lapis_buried": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:lapis_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:deepslate_lapis_ore"
}
}
],
"size": 7,
"discard_chance_on_air_exposure": 1.0
},
"type": "minecraft:ore"
},
"ore_magma": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:magma_block"
}
}
],
"size": 33,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_nether_gold": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:nether_gold_ore"
}
}
],
"size": 10,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_quartz": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:nether_quartz_ore"
}
}
],
"size": 14,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_redstone": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:stone_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Properties": {
"lit": "false"
},
"Name": "minecraft:redstone_ore"
}
},
{
"target": {
"tag": "minecraft:deepslate_ore_replaceables",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Properties": {
"lit": "false"
},
"Name": "minecraft:deepslate_redstone_ore"
}
}
],
"size": 8,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_soul_sand": {
"config": {
"targets": [
{
"target": {
"block": "minecraft:netherrack",
"predicate_type": "minecraft:block_match"
},
"state": {
"Name": "minecraft:soul_sand"
}
}
],
"size": 12,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"ore_tuff": {
"config": {
"targets": [
{
"target": {
"tag": "minecraft:base_stone_overworld",
"predicate_type": "minecraft:tag_match"
},
"state": {
"Name": "minecraft:tuff"
}
}
],
"size": 64,
"discard_chance_on_air_exposure": 0.0
},
"type": "minecraft:ore"
},
"pale_forest_flowers": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:closed_eyeblossom"
},
"type": "minecraft:simple_state_provider"
},
"schedule_tick": true
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"pale_garden_vegetation": {
"config": {
"features": [
{
"feature": "minecraft:pale_oak_creaking_checked",
"chance": 0.1
},
{
"feature": "minecraft:pale_oak_checked",
"chance": 0.9
}
],
"default": "minecraft:pale_oak_checked"
},
"type": "minecraft:random_selector"
},
"pale_moss_patch": {
"config": {
"vegetation_chance": 0.3,
"xz_radius": {
"min_inclusive": 2,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.75,
"extra_bottom_block_chance": 0.0,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:pale_moss_vegetation",
"placement": []
},
"surface": "floor",
"depth": 1,
"replaceable": "#minecraft:moss_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:pale_moss_block"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"pale_moss_patch_bonemeal": {
"config": {
"vegetation_chance": 0.6,
"xz_radius": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"extra_edge_column_chance": 0.75,
"extra_bottom_block_chance": 0.0,
"vertical_range": 5,
"vegetation_feature": {
"feature": "minecraft:pale_moss_vegetation",
"placement": []
},
"surface": "floor",
"depth": 1,
"replaceable": "#minecraft:moss_replaceable",
"ground_state": {
"state": {
"Name": "minecraft:pale_moss_block"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:vegetation_patch"
},
"pale_moss_vegetation": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"west": "none",
"south": "none",
"north": "none",
"east": "none",
"bottom": "true"
},
"Name": "minecraft:pale_moss_carpet"
},
"weight": 25
},
{
"data": {
"Name": "minecraft:short_grass"
},
"weight": 25
},
{
"data": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:tall_grass"
},
"weight": 10
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"pale_oak": {
"config": {
"decorators": [
{
"leaves_probability": 0.15,
"trunk_probability": 0.4,
"ground_probability": 0.8,
"type": "minecraft:pale_moss"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"middle_size": 1,
"upper_size": 2,
"limit": 1,
"upper_limit": 1,
"lower_size": 0,
"type": "minecraft:three_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:pale_oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"type": "minecraft:dark_oak_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:pale_oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:dark_oak_trunk_placer"
}
},
"type": "minecraft:tree"
},
"pale_oak_bonemeal": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"middle_size": 1,
"upper_size": 2,
"limit": 1,
"upper_limit": 1,
"lower_size": 0,
"type": "minecraft:three_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:pale_oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"type": "minecraft:dark_oak_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:pale_oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:dark_oak_trunk_placer"
}
},
"type": "minecraft:tree"
},
"pale_oak_creaking": {
"config": {
"decorators": [
{
"leaves_probability": 0.15,
"trunk_probability": 0.4,
"ground_probability": 0.8,
"type": "minecraft:pale_moss"
},
{
"probability": 1.0,
"type": "minecraft:creaking_heart"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"middle_size": 1,
"upper_size": 2,
"limit": 1,
"upper_limit": 1,
"lower_size": 0,
"type": "minecraft:three_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:pale_oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 0,
"offset": 0,
"type": "minecraft:dark_oak_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:pale_oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:dark_oak_trunk_placer"
}
},
"type": "minecraft:tree"
},
"patch_berry_bush": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"age": "3"
},
"Name": "minecraft:sweet_berry_bush"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"offset": [
0,
-1,
0
],
"blocks": "minecraft:grass_block",
"type": "minecraft:matching_blocks"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_brown_mushroom": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:brown_mushroom"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_bush": {
"config": {
"tries": 24,
"xz_spread": 5,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:bush"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_cactus": {
"config": {
"tries": 10,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"layers": [
{
"height": {
"min_inclusive": 1,
"max_inclusive": 3,
"type": "minecraft:biased_to_bottom"
},
"provider": {
"state": {
"Properties": {
"age": "0"
},
"Name": "minecraft:cactus"
},
"type": "minecraft:simple_state_provider"
}
},
{
"height": {
"distribution": [
{
"data": 0,
"weight": 3
},
{
"data": 1,
"weight": 1
}
],
"type": "minecraft:weighted_list"
},
"provider": {
"state": {
"Name": "minecraft:cactus_flower"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"prioritize_tip": false
},
"type": "minecraft:block_column"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"state": {
"Properties": {
"age": "0"
},
"Name": "minecraft:cactus"
},
"type": "minecraft:would_survive"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_crimson_roots": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:crimson_roots"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_dead_bush": {
"config": {
"tries": 4,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:dead_bush"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_dry_grass": {
"config": {
"tries": 64,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Name": "minecraft:short_dry_grass"
},
"weight": 1
},
{
"data": {
"Name": "minecraft:tall_dry_grass"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_fire": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"west": "false",
"up": "false",
"south": "false",
"north": "false",
"east": "false",
"age": "0"
},
"Name": "minecraft:fire"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"offset": [
0,
-1,
0
],
"blocks": "minecraft:netherrack",
"type": "minecraft:matching_blocks"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_firefly_bush": {
"config": {
"tries": 20,
"xz_spread": 4,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:firefly_bush"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_grass": {
"config": {
"tries": 32,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:short_grass"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_grass_jungle": {
"config": {
"tries": 32,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Name": "minecraft:short_grass"
},
"weight": 3
},
{
"data": {
"Name": "minecraft:fern"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"predicate": {
"offset": [
0,
-1,
0
],
"blocks": "minecraft:podzol",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:not"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_grass_meadow": {
"config": {
"tries": 16,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:short_grass"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_large_fern": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:large_fern"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_leaf_litter": {
"config": {
"tries": 32,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "1",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "2",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "north"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "east"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "south"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
},
{
"data": {
"Properties": {
"segment_amount": "3",
"facing": "west"
},
"Name": "minecraft:leaf_litter"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_melon": {
"config": {
"tries": 64,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:melon"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"type": "minecraft:replaceable"
},
{
"fluids": "minecraft:empty",
"type": "minecraft:matching_fluids"
},
{
"offset": [
0,
-1,
0
],
"blocks": "minecraft:grass_block",
"type": "minecraft:matching_blocks"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_pumpkin": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:pumpkin"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"offset": [
0,
-1,
0
],
"blocks": "minecraft:grass_block",
"type": "minecraft:matching_blocks"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_red_mushroom": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:red_mushroom"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_soul_fire": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:soul_fire"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"offset": [
0,
-1,
0
],
"blocks": "minecraft:soul_soil",
"type": "minecraft:matching_blocks"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_sugar_cane": {
"config": {
"tries": 20,
"xz_spread": 4,
"y_spread": 0,
"feature": {
"feature": {
"config": {
"layers": [
{
"height": {
"min_inclusive": 2,
"max_inclusive": 4,
"type": "minecraft:biased_to_bottom"
},
"provider": {
"state": {
"Properties": {
"age": "0"
},
"Name": "minecraft:sugar_cane"
},
"type": "minecraft:simple_state_provider"
}
}
],
"direction": "up",
"allowed_placement": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"prioritize_tip": false
},
"type": "minecraft:block_column"
},
"placement": [
{
"predicate": {
"predicates": [
{
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
{
"state": {
"Properties": {
"age": "0"
},
"Name": "minecraft:sugar_cane"
},
"type": "minecraft:would_survive"
},
{
"predicates": [
{
"offset": [
1,
-1,
0
],
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"type": "minecraft:matching_fluids"
},
{
"offset": [
-1,
-1,
0
],
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"type": "minecraft:matching_fluids"
},
{
"offset": [
0,
-1,
1
],
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"type": "minecraft:matching_fluids"
},
{
"offset": [
0,
-1,
-1
],
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"type": "minecraft:matching_fluids"
}
],
"type": "minecraft:any_of"
}
],
"type": "minecraft:all_of"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_sunflower": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:sunflower"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_taiga_grass": {
"config": {
"tries": 32,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Name": "minecraft:short_grass"
},
"weight": 1
},
{
"data": {
"Name": "minecraft:fern"
},
"weight": 4
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_tall_grass": {
"config": {
"tries": 96,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Properties": {
"half": "lower"
},
"Name": "minecraft:tall_grass"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"patch_waterlily": {
"config": {
"tries": 10,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:lily_pad"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:random_patch"
},
"pile_hay": {
"config": {
"state_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:hay_block"
},
"type": "minecraft:rotated_block_provider"
}
},
"type": "minecraft:block_pile"
},
"pile_ice": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:blue_ice"
},
"weight": 1
},
{
"data": {
"Name": "minecraft:packed_ice"
},
"weight": 5
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:block_pile"
},
"pile_melon": {
"config": {
"state_provider": {
"state": {
"Name": "minecraft:melon"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:block_pile"
},
"pile_pumpkin": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:pumpkin"
},
"weight": 19
},
{
"data": {
"Properties": {
"facing": "north"
},
"Name": "minecraft:jack_o_lantern"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:block_pile"
},
"pile_snow": {
"config": {
"state_provider": {
"state": {
"Properties": {
"layers": "1"
},
"Name": "minecraft:snow"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:block_pile"
},
"pine": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 2,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:spruce_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 1,
"offset": 1,
"height": {
"min_inclusive": 3,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"type": "minecraft:pine_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:spruce_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 6,
"height_rand_a": 4,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"pointed_dripstone": {
"config": {
"features": [
{
"feature": {
"config": {
"chance_of_taller_dripstone": 0.2,
"chance_of_directional_spread": 0.7,
"chance_of_spread_radius2": 0.5,
"chance_of_spread_radius3": 0.5
},
"type": "minecraft:pointed_dripstone"
},
"placement": [
{
"direction_of_search": "down",
"target_condition": {
"type": "minecraft:solid"
},
"allowed_search_condition": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"max_steps": 12,
"type": "minecraft:environment_scan"
},
{
"xz_spread": 0,
"y_spread": 1,
"type": "minecraft:random_offset"
}
]
},
{
"feature": {
"config": {
"chance_of_taller_dripstone": 0.2,
"chance_of_directional_spread": 0.7,
"chance_of_spread_radius2": 0.5,
"chance_of_spread_radius3": 0.5
},
"type": "minecraft:pointed_dripstone"
},
"placement": [
{
"direction_of_search": "up",
"target_condition": {
"type": "minecraft:solid"
},
"allowed_search_condition": {
"blocks": [
"minecraft:air",
"minecraft:water"
],
"type": "minecraft:matching_blocks"
},
"max_steps": 12,
"type": "minecraft:environment_scan"
},
{
"xz_spread": 0,
"y_spread": -1,
"type": "minecraft:random_offset"
}
]
}
]
},
"type": "minecraft:simple_random_selector"
},
"rooted_azalea_tree": {
"config": {
"hanging_root_state_provider": {
"state": {
"Properties": {
"waterlogged": "false"
},
"Name": "minecraft:hanging_roots"
},
"type": "minecraft:simple_state_provider"
},
"hanging_root_placement_attempts": 20,
"allowed_vertical_water_for_tree": 2,
"allowed_tree_position": {
"predicates": [
{
"predicates": [
{
"blocks": [
"minecraft:air",
"minecraft:cave_air",
"minecraft:void_air"
],
"type": "minecraft:matching_blocks"
},
{
"tag": "minecraft:replaceable_by_trees",
"type": "minecraft:matching_block_tag"
}
],
"type": "minecraft:any_of"
},
{
"offset": [
0,
-1,
0
],
"tag": "minecraft:azalea_grows_on",
"type": "minecraft:matching_block_tag"
}
],
"type": "minecraft:all_of"
},
"root_column_max_height": 100,
"hanging_root_radius": 3,
"hanging_roots_vertical_span": 2,
"root_replaceable": "#minecraft:azalea_root_replaceable",
"root_state_provider": {
"state": {
"Name": "minecraft:rooted_dirt"
},
"type": "minecraft:simple_state_provider"
},
"root_placement_attempts": 20,
"feature": {
"feature": "minecraft:azalea_tree",
"placement": []
},
"required_vertical_space_for_tree": 3,
"root_radius": 3
},
"type": "minecraft:root_system"
},
"sculk_patch_ancient_city": {
"config": {
"growth_rounds": 0,
"spread_rounds": 1,
"extra_rare_growths": {
"min_inclusive": 1,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"catalyst_chance": 0.5,
"charge_count": 10,
"amount_per_charge": 32,
"spread_attempts": 64
},
"type": "minecraft:sculk_patch"
},
"sculk_patch_deep_dark": {
"config": {
"growth_rounds": 0,
"spread_rounds": 1,
"extra_rare_growths": 0,
"catalyst_chance": 0.5,
"charge_count": 10,
"amount_per_charge": 32,
"spread_attempts": 64
},
"type": "minecraft:sculk_patch"
},
"sculk_vein": {
"config": {
"can_place_on_ceiling": true,
"can_place_on_wall": true,
"chance_of_spreading": 1.0,
"can_be_placed_on": [
"minecraft:stone",
"minecraft:andesite",
"minecraft:diorite",
"minecraft:granite",
"minecraft:dripstone_block",
"minecraft:calcite",
"minecraft:tuff",
"minecraft:deepslate"
],
"block": "minecraft:sculk_vein",
"search_range": 20,
"can_place_on_floor": true
},
"type": "minecraft:multiface_growth"
},
"sea_pickle": {
"config": {
"count": 20
},
"type": "minecraft:sea_pickle"
},
"seagrass_mid": {
"config": {
"probability": 0.6
},
"type": "minecraft:seagrass"
},
"seagrass_short": {
"config": {
"probability": 0.3
},
"type": "minecraft:seagrass"
},
"seagrass_slightly_less_short": {
"config": {
"probability": 0.4
},
"type": "minecraft:seagrass"
},
"seagrass_tall": {
"config": {
"probability": 0.8
},
"type": "minecraft:seagrass"
},
"single_piece_of_grass": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:short_grass"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"small_basalt_columns": {
"config": {
"reach": 1,
"height": {
"min_inclusive": 1,
"max_inclusive": 4,
"type": "minecraft:uniform"
}
},
"type": "minecraft:basalt_columns"
},
"spore_blossom": {
"config": {
"to_place": {
"state": {
"Name": "minecraft:spore_blossom"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:simple_block"
},
"spring_lava_frozen": {
"config": {
"rock_count": 4,
"hole_count": 1,
"valid_blocks": [
"minecraft:snow_block",
"minecraft:powder_snow",
"minecraft:packed_ice"
],
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:lava"
},
"requires_block_below": true
},
"type": "minecraft:spring_feature"
},
"spring_lava_nether": {
"config": {
"rock_count": 4,
"hole_count": 1,
"valid_blocks": [
"minecraft:netherrack",
"minecraft:soul_sand",
"minecraft:gravel",
"minecraft:magma_block",
"minecraft:blackstone"
],
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:lava"
},
"requires_block_below": true
},
"type": "minecraft:spring_feature"
},
"spring_lava_overworld": {
"config": {
"rock_count": 4,
"hole_count": 1,
"valid_blocks": [
"minecraft:stone",
"minecraft:granite",
"minecraft:diorite",
"minecraft:andesite",
"minecraft:deepslate",
"minecraft:tuff",
"minecraft:calcite",
"minecraft:dirt"
],
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:lava"
},
"requires_block_below": true
},
"type": "minecraft:spring_feature"
},
"spring_nether_closed": {
"config": {
"rock_count": 5,
"hole_count": 0,
"valid_blocks": "minecraft:netherrack",
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:lava"
},
"requires_block_below": false
},
"type": "minecraft:spring_feature"
},
"spring_nether_open": {
"config": {
"rock_count": 4,
"hole_count": 1,
"valid_blocks": "minecraft:netherrack",
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:lava"
},
"requires_block_below": false
},
"type": "minecraft:spring_feature"
},
"spring_water": {
"config": {
"rock_count": 4,
"hole_count": 1,
"valid_blocks": [
"minecraft:stone",
"minecraft:granite",
"minecraft:diorite",
"minecraft:andesite",
"minecraft:deepslate",
"minecraft:tuff",
"minecraft:calcite",
"minecraft:dirt",
"minecraft:snow_block",
"minecraft:powder_snow",
"minecraft:packed_ice"
],
"state": {
"Properties": {
"falling": "true"
},
"Name": "minecraft:water"
},
"requires_block_below": true
},
"type": "minecraft:spring_feature"
},
"spruce": {
"config": {
"decorators": [],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 2,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:spruce_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": {
"min_inclusive": 2,
"max_inclusive": 3,
"type": "minecraft:uniform"
},
"offset": {
"min_inclusive": 0,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"trunk_height": {
"min_inclusive": 1,
"max_inclusive": 2,
"type": "minecraft:uniform"
},
"type": "minecraft:spruce_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:spruce_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 1,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"super_birch_bees": {
"config": {
"decorators": [
{
"probability": 1.0,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 6,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"super_birch_bees_0002": {
"config": {
"decorators": [
{
"probability": 0.002,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:birch_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 2,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:birch_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 2,
"height_rand_b": 6,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"swamp_oak": {
"config": {
"decorators": [
{
"probability": 0.25,
"type": "minecraft:leave_vine"
}
],
"ignore_vines": false,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 1,
"lower_size": 0,
"upper_size": 1,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:oak_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 3,
"offset": 0,
"height": 3,
"type": "minecraft:blob_foliage_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:oak_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"base_height": 5,
"height_rand_a": 3,
"height_rand_b": 0,
"type": "minecraft:straight_trunk_placer"
}
},
"type": "minecraft:tree"
},
"tall_mangrove": {
"config": {
"decorators": [
{
"probability": 0.125,
"type": "minecraft:leave_vine"
},
{
"block_provider": {
"source": {
"state": {
"Properties": {
"waterlogged": "false",
"stage": "0",
"hanging": "true",
"age": "0"
},
"Name": "minecraft:mangrove_propagule"
},
"type": "minecraft:simple_state_provider"
},
"property": "age",
"values": {
"min_inclusive": 0,
"max_inclusive": 4,
"type": "minecraft:uniform"
},
"type": "minecraft:randomized_int_state_provider"
},
"required_empty_blocks": 2,
"directions": [
"down"
],
"probability": 0.14,
"exclusion_radius_xz": 1,
"exclusion_radius_y": 0,
"type": "minecraft:attached_to_leaves"
},
{
"probability": 0.01,
"type": "minecraft:beehive"
}
],
"ignore_vines": true,
"force_dirt": false,
"dirt_provider": {
"state": {
"Name": "minecraft:dirt"
},
"type": "minecraft:simple_state_provider"
},
"minimum_size": {
"limit": 3,
"lower_size": 0,
"upper_size": 2,
"type": "minecraft:two_layers_feature_size"
},
"foliage_provider": {
"state": {
"Properties": {
"waterlogged": "false",
"persistent": "false",
"distance": "7"
},
"Name": "minecraft:mangrove_leaves"
},
"type": "minecraft:simple_state_provider"
},
"foliage_placer": {
"radius": 3,
"offset": 0,
"foliage_height": 2,
"leaf_placement_attempts": 70,
"type": "minecraft:random_spread_foliage_placer"
},
"root_placer": {
"trunk_offset_y": {
"min_inclusive": 3,
"max_inclusive": 7,
"type": "minecraft:uniform"
},
"root_provider": {
"state": {
"Properties": {
"waterlogged": "false"
},
"Name": "minecraft:mangrove_roots"
},
"type": "minecraft:simple_state_provider"
},
"above_root_placement": {
"above_root_provider": {
"state": {
"Name": "minecraft:moss_carpet"
},
"type": "minecraft:simple_state_provider"
},
"above_root_placement_chance": 0.5
},
"mangrove_root_placement": {
"max_root_width": 8,
"max_root_length": 15,
"random_skew_chance": 0.2,
"can_grow_through": "#minecraft:mangrove_roots_can_grow_through",
"muddy_roots_in": [
"minecraft:mud",
"minecraft:muddy_mangrove_roots"
],
"muddy_roots_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:muddy_mangrove_roots"
},
"type": "minecraft:simple_state_provider"
}
},
"type": "minecraft:mangrove_root_placer"
},
"trunk_provider": {
"state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:mangrove_log"
},
"type": "minecraft:simple_state_provider"
},
"trunk_placer": {
"extra_branch_steps": {
"min_inclusive": 1,
"max_inclusive": 6,
"type": "minecraft:uniform"
},
"place_branch_per_log_probability": 0.5,
"extra_branch_length": {
"min_inclusive": 0,
"max_inclusive": 1,
"type": "minecraft:uniform"
},
"can_grow_through": "#minecraft:mangrove_logs_can_grow_through",
"base_height": 4,
"height_rand_a": 1,
"height_rand_b": 9,
"type": "minecraft:upwards_branching_trunk_placer"
}
},
"type": "minecraft:tree"
},
"trees_badlands": {
"config": {
"features": [
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
}
],
"default": "minecraft:oak_leaf_litter"
},
"type": "minecraft:random_selector"
},
"trees_birch": {
"config": {
"features": [
{
"feature": "minecraft:fallen_birch_tree",
"chance": 0.0125
}
],
"default": "minecraft:birch_bees_0002"
},
"type": "minecraft:random_selector"
},
"trees_birch_and_oak_leaf_litter": {
"config": {
"features": [
{
"feature": "minecraft:fallen_birch_tree",
"chance": 0.0025
},
{
"feature": "minecraft:birch_bees_0002_leaf_litter",
"chance": 0.2
},
{
"feature": "minecraft:fancy_oak_bees_0002_leaf_litter",
"chance": 0.1
},
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
}
],
"default": "minecraft:oak_bees_0002_leaf_litter"
},
"type": "minecraft:random_selector"
},
"trees_flower_forest": {
"config": {
"features": [
{
"feature": "minecraft:fallen_birch_tree",
"chance": 0.0025
},
{
"feature": "minecraft:birch_bees_002",
"chance": 0.2
},
{
"feature": "minecraft:fancy_oak_bees_002",
"chance": 0.1
}
],
"default": "minecraft:oak_bees_002"
},
"type": "minecraft:random_selector"
},
"trees_grove": {
"config": {
"features": [
{
"feature": "minecraft:pine_on_snow",
"chance": 0.33333334
}
],
"default": "minecraft:spruce_on_snow"
},
"type": "minecraft:random_selector"
},
"trees_jungle": {
"config": {
"features": [
{
"feature": "minecraft:fancy_oak_checked",
"chance": 0.1
},
{
"feature": "minecraft:jungle_bush",
"chance": 0.5
},
{
"feature": "minecraft:mega_jungle_tree_checked",
"chance": 0.33333334
},
{
"feature": "minecraft:fallen_jungle_tree",
"chance": 0.0125
}
],
"default": "minecraft:jungle_tree"
},
"type": "minecraft:random_selector"
},
"trees_old_growth_pine_taiga": {
"config": {
"features": [
{
"feature": "minecraft:mega_spruce_checked",
"chance": 0.025641026
},
{
"feature": "minecraft:mega_pine_checked",
"chance": 0.30769232
},
{
"feature": "minecraft:pine_checked",
"chance": 0.33333334
},
{
"feature": "minecraft:fallen_spruce_tree",
"chance": 0.0125
}
],
"default": "minecraft:spruce_checked"
},
"type": "minecraft:random_selector"
},
"trees_old_growth_spruce_taiga": {
"config": {
"features": [
{
"feature": "minecraft:mega_spruce_checked",
"chance": 0.33333334
},
{
"feature": "minecraft:pine_checked",
"chance": 0.33333334
},
{
"feature": "minecraft:fallen_spruce_tree",
"chance": 0.0125
}
],
"default": "minecraft:spruce_checked"
},
"type": "minecraft:random_selector"
},
"trees_plains": {
"config": {
"features": [
{
"feature": {
"feature": "minecraft:fancy_oak_bees_005",
"placement": []
},
"chance": 0.33333334
},
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
}
],
"default": {
"feature": "minecraft:oak_bees_005",
"placement": []
}
},
"type": "minecraft:random_selector"
},
"trees_savanna": {
"config": {
"features": [
{
"feature": "minecraft:acacia_checked",
"chance": 0.8
},
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
}
],
"default": "minecraft:oak_checked"
},
"type": "minecraft:random_selector"
},
"trees_snowy": {
"config": {
"features": [
{
"feature": "minecraft:fallen_spruce_tree",
"chance": 0.0125
}
],
"default": "minecraft:spruce_checked"
},
"type": "minecraft:random_selector"
},
"trees_sparse_jungle": {
"config": {
"features": [
{
"feature": "minecraft:fancy_oak_checked",
"chance": 0.1
},
{
"feature": "minecraft:jungle_bush",
"chance": 0.5
},
{
"feature": "minecraft:fallen_jungle_tree",
"chance": 0.0125
}
],
"default": "minecraft:jungle_tree"
},
"type": "minecraft:random_selector"
},
"trees_taiga": {
"config": {
"features": [
{
"feature": "minecraft:pine_checked",
"chance": 0.33333334
},
{
"feature": "minecraft:fallen_spruce_tree",
"chance": 0.0125
}
],
"default": "minecraft:spruce_checked"
},
"type": "minecraft:random_selector"
},
"trees_water": {
"config": {
"features": [
{
"feature": "minecraft:fancy_oak_checked",
"chance": 0.1
}
],
"default": "minecraft:oak_checked"
},
"type": "minecraft:random_selector"
},
"trees_windswept_hills": {
"config": {
"features": [
{
"feature": "minecraft:fallen_spruce_tree",
"chance": 0.008325
},
{
"feature": "minecraft:spruce_checked",
"chance": 0.666
},
{
"feature": "minecraft:fancy_oak_checked",
"chance": 0.1
},
{
"feature": "minecraft:fallen_oak_tree",
"chance": 0.0125
}
],
"default": "minecraft:oak_checked"
},
"type": "minecraft:random_selector"
},
"twisting_vines": {
"config": {
"spread_width": 8,
"spread_height": 4,
"max_height": 8
},
"type": "minecraft:twisting_vines"
},
"twisting_vines_bonemeal": {
"config": {
"spread_width": 3,
"spread_height": 1,
"max_height": 2
},
"type": "minecraft:twisting_vines"
},
"underwater_magma": {
"config": {
"floor_search_range": 5,
"placement_radius_around_floor": 1,
"placement_probability_per_valid_position": 0.5
},
"type": "minecraft:underwater_magma"
},
"vines": {
"config": {},
"type": "minecraft:vines"
},
"void_start_platform": {
"config": {},
"type": "minecraft:void_start_platform"
},
"warm_ocean_vegetation": {
"config": {
"features": [
{
"feature": {
"config": {},
"type": "minecraft:coral_tree"
},
"placement": []
},
{
"feature": {
"config": {},
"type": "minecraft:coral_claw"
},
"placement": []
},
{
"feature": {
"config": {},
"type": "minecraft:coral_mushroom"
},
"placement": []
}
]
},
"type": "minecraft:simple_random_selector"
},
"warped_forest_vegetation": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:warped_roots"
},
"weight": 85
},
{
"data": {
"Name": "minecraft:crimson_roots"
},
"weight": 1
},
{
"data": {
"Name": "minecraft:warped_fungus"
},
"weight": 13
},
{
"data": {
"Name": "minecraft:crimson_fungus"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"spread_width": 8,
"spread_height": 4
},
"type": "minecraft:nether_forest_vegetation"
},
"warped_forest_vegetation_bonemeal": {
"config": {
"state_provider": {
"entries": [
{
"data": {
"Name": "minecraft:warped_roots"
},
"weight": 85
},
{
"data": {
"Name": "minecraft:crimson_roots"
},
"weight": 1
},
{
"data": {
"Name": "minecraft:warped_fungus"
},
"weight": 13
},
{
"data": {
"Name": "minecraft:crimson_fungus"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"spread_width": 3,
"spread_height": 1
},
"type": "minecraft:nether_forest_vegetation"
},
"warped_fungus": {
"config": {
"decor_state": {
"Name": "minecraft:shroomlight"
},
"replaceable_blocks": {
"blocks": [
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:cherry_sapling",
"minecraft:dark_oak_sapling",
"minecraft:pale_oak_sapling",
"minecraft:mangrove_propagule",
"minecraft:dandelion",
"minecraft:torchflower",
"minecraft:poppy",
"minecraft:blue_orchid",
"minecraft:allium",
"minecraft:azure_bluet",
"minecraft:red_tulip",
"minecraft:orange_tulip",
"minecraft:white_tulip",
"minecraft:pink_tulip",
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:wither_rose",
"minecraft:lily_of_the_valley",
"minecraft:brown_mushroom",
"minecraft:red_mushroom",
"minecraft:wheat",
"minecraft:sugar_cane",
"minecraft:attached_pumpkin_stem",
"minecraft:attached_melon_stem",
"minecraft:pumpkin_stem",
"minecraft:melon_stem",
"minecraft:lily_pad",
"minecraft:nether_wart",
"minecraft:cocoa",
"minecraft:carrots",
"minecraft:potatoes",
"minecraft:chorus_plant",
"minecraft:chorus_flower",
"minecraft:torchflower_crop",
"minecraft:pitcher_crop",
"minecraft:beetroots",
"minecraft:sweet_berry_bush",
"minecraft:warped_fungus",
"minecraft:crimson_fungus",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant",
"minecraft:cave_vines",
"minecraft:cave_vines_plant",
"minecraft:spore_blossom",
"minecraft:azalea",
"minecraft:flowering_azalea",
"minecraft:moss_carpet",
"minecraft:pink_petals",
"minecraft:wildflowers",
"minecraft:big_dripleaf",
"minecraft:big_dripleaf_stem",
"minecraft:small_dripleaf"
],
"type": "minecraft:matching_blocks"
},
"planted": false,
"valid_base_block": {
"Name": "minecraft:warped_nylium"
},
"stem_state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:warped_stem"
},
"hat_state": {
"Name": "minecraft:warped_wart_block"
}
},
"type": "minecraft:huge_fungus"
},
"warped_fungus_planted": {
"config": {
"decor_state": {
"Name": "minecraft:shroomlight"
},
"replaceable_blocks": {
"blocks": [
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:cherry_sapling",
"minecraft:dark_oak_sapling",
"minecraft:pale_oak_sapling",
"minecraft:mangrove_propagule",
"minecraft:dandelion",
"minecraft:torchflower",
"minecraft:poppy",
"minecraft:blue_orchid",
"minecraft:allium",
"minecraft:azure_bluet",
"minecraft:red_tulip",
"minecraft:orange_tulip",
"minecraft:white_tulip",
"minecraft:pink_tulip",
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:wither_rose",
"minecraft:lily_of_the_valley",
"minecraft:brown_mushroom",
"minecraft:red_mushroom",
"minecraft:wheat",
"minecraft:sugar_cane",
"minecraft:attached_pumpkin_stem",
"minecraft:attached_melon_stem",
"minecraft:pumpkin_stem",
"minecraft:melon_stem",
"minecraft:lily_pad",
"minecraft:nether_wart",
"minecraft:cocoa",
"minecraft:carrots",
"minecraft:potatoes",
"minecraft:chorus_plant",
"minecraft:chorus_flower",
"minecraft:torchflower_crop",
"minecraft:pitcher_crop",
"minecraft:beetroots",
"minecraft:sweet_berry_bush",
"minecraft:warped_fungus",
"minecraft:crimson_fungus",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant",
"minecraft:cave_vines",
"minecraft:cave_vines_plant",
"minecraft:spore_blossom",
"minecraft:azalea",
"minecraft:flowering_azalea",
"minecraft:moss_carpet",
"minecraft:pink_petals",
"minecraft:wildflowers",
"minecraft:big_dripleaf",
"minecraft:big_dripleaf_stem",
"minecraft:small_dripleaf"
],
"type": "minecraft:matching_blocks"
},
"planted": true,
"valid_base_block": {
"Name": "minecraft:warped_nylium"
},
"stem_state": {
"Properties": {
"axis": "y"
},
"Name": "minecraft:warped_stem"
},
"hat_state": {
"Name": "minecraft:warped_wart_block"
}
},
"type": "minecraft:huge_fungus"
},
"weeping_vines": {
"config": {},
"type": "minecraft:weeping_vines"
},
"wildflowers_birch_forest": {
"config": {
"tries": 64,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
},
"wildflowers_meadow": {
"config": {
"tries": 8,
"xz_spread": 6,
"y_spread": 2,
"feature": {
"feature": {
"config": {
"to_place": {
"entries": [
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "1",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "2",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "3",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "north"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "east"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "south"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
},
{
"data": {
"Properties": {
"flower_amount": "4",
"facing": "west"
},
"Name": "minecraft:wildflowers"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
}
},
"type": "minecraft:simple_block"
},
"placement": [
{
"predicate": {
"blocks": "minecraft:air",
"type": "minecraft:matching_blocks"
},
"type": "minecraft:block_predicate_filter"
}
]
}
},
"type": "minecraft:flower"
}
}