these weren't spawning on water

This commit is contained in:
Pyritie 2025-09-06 18:54:42 +01:00
parent 8bf3d14bd0
commit bebdb17686
4 changed files with 18 additions and 10 deletions

View file

@ -8,6 +8,10 @@
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}

View file

@ -10,6 +10,10 @@
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
}
]
}