made the clay indicators more reliably spawn
This commit is contained in:
parent
9ca6b4f5a1
commit
be356a5d9b
2 changed files with 10 additions and 2 deletions
|
|
@ -42,6 +42,10 @@
|
|||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
|
|
@ -61,7 +65,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"tries": 16,
|
||||
"tries": 8,
|
||||
"xz_spread": 6,
|
||||
"y_spread": 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
|
|
@ -33,7 +37,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"tries": 16,
|
||||
"tries": 8,
|
||||
"xz_spread": 6,
|
||||
"y_spread": 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue