Skip to content

Commit

Permalink
fixed sculk vegetation
Browse files Browse the repository at this point in the history
  • Loading branch information
gemsb committed Jan 14, 2025
1 parent 643c1e0 commit 4db25e1
Showing 1 changed file with 19 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
"vertical_range": 5,
"extra_bottom_block_chance": 0,
"extra_edge_column_chance": 0.3,
"vegetation_chance": 0.1,
"xz_radius": {
"type": "minecraft:uniform",
"min_inclusive": 4,
"max_inclusive": 8
},
"vegetation_chance": 0.025,
"xz_radius": 8,
"replaceable": "#sculk_depths:sculk",
"ground_state": {
"type": "minecraft:simple_state_provider",
Expand All @@ -39,7 +35,7 @@
}
},
{
"weight": 10,
"weight": 15,
"data": {
"Name": "minecraft:sculk_shrieker",
"Properties": {
Expand Down Expand Up @@ -86,22 +82,24 @@
},
"placement": [
{
"type": "minecraft:count",
"count": 32
},
{
"type": "minecraft:in_square"
"type": "sculk_depths:count_on_every_layer_constant",
"count": 1,
"layers": 28,
"separation": 10,
"start_y": 30
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -256
},
"max_inclusive": {
"absolute": 16
}
"type": "minecraft:environment_scan",
"direction_of_search": "down",
"max_steps": 11,
"target_condition": {
"type": "minecraft:matching_blocks",
"offset": [
0,
-1,
0
],
"blocks": ["minecraft:sculk","sculk_depths:amalgamite","sculk_depths:umbrusk"]
}
},
{
Expand Down

0 comments on commit 4db25e1

Please sign in to comment.