-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoss_patch_bonemeal_feature.json
More file actions
37 lines (37 loc) 路 969 Bytes
/
Copy pathmoss_patch_bonemeal_feature.json
File metadata and controls
37 lines (37 loc) 路 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"format_version": "1.16.0",
"minecraft:vegetation_patch_feature": {
"description": {
"identifier": "minecraft:moss_patch_bonemeal_feature"
},
"replaceable_blocks": [
"minecraft:dirt",
"minecraft:coarse_dirt",
"minecraft:podzol",
"minecraft:dirt_with_roots",
"minecraft:grass",
"minecraft:mycelium",
"minecraft:stone",
"minecraft:deepslate",
"minecraft:tuff",
"minecraft:moss_block",
"minecraft:cave_vines",
"minecraft:cave_vines_body_with_berries",
"minecraft:cave_vines_head_with_berries"
],
"ground_block": "minecraft:moss_block",
"vegetation_feature": "minecraft:moss_vegetation_feature",
"surface": "floor",
"depth": {
"range_min": 1,
"range_max": 2
},
"vertical_range": 5,
"vegetation_chance": 0.6,
"horizontal_radius": {
"range_min": 1,
"range_max": 3
},
"extra_edge_column_chance": 0.75
}
}