made the clay indicators more reliably spawn

This commit is contained in:
Pyritie 2025-09-18 00:36:30 +01:00
parent 9ca6b4f5a1
commit be356a5d9b
2 changed files with 10 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}