Decrease spawning rate of various structures

This commit is contained in:
Sergeant Acoustic 2026-03-11 20:49:47 +00:00
parent df81379b45
commit d3d5f11482
5 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"placement": {
"type": "minecraft:random_spread",
"salt": 10387313,
"separation": 11,
"spacing": 20,
"spread_type": "triangular"
},
"structures": [
{
"structure": "minecraft:end_city",
"weight": 1
}
]
}

View file

@ -0,0 +1,12 @@
[
{
"op": "replace",
"path": "/placement/spacing",
"value": 120
},
{
"op": "replace",
"path": "/placement/separation",
"value": 40
}
]

View file

@ -0,0 +1,12 @@
[
{
"op": "replace",
"path": "/placement/spacing",
"value": 80
},
{
"op": "replace",
"path": "/placement/separation",
"value": 30
}
]

View file

@ -0,0 +1,12 @@
[
{
"op": "replace",
"path": "/placement/spacing",
"value": 64
},
{
"op": "replace",
"path": "/placement/separation",
"value": 8
}
]

View file

@ -0,0 +1,12 @@
[
{
"op": "replace",
"path": "/placement/spacing",
"value": 50
},
{
"op": "replace",
"path": "/placement/separation",
"value": 12
}
]