Started by
JJ_007
on
Topic category: Help with Minecraft modding (Java Edition)
I created a campsite, but it spawns really weirdly, with the dirt underneath it sticking out over ledges. I attempted to fix it by adding more blocks underneath it, but that makes it look worse.
https://imgur.com/a/HFzjDh3 - Some examples
Does anyone know how to fix it, or at least make it happen less often?
Thanks in advance
use structure voids instead of dirt so the terrain blocks can automatically fill the empty blocks.
use /give @p minecraft:structure_void 64
Alright, so I replaced the dirt underneath with structure voids, but it creates something like this - https://imgur.com/a/dWUrMaz
I think the problem is the structure spawns on a grass block, and if it's on a hill, the campsite generates away from the hill, creating that mess. Is there anyway to force it to spawn on flat ground?
replace the grass blocks on the bottom with structure voids and set it to spawn in flat biomes.
The structure is supposed to spawn in wooded areas, so setting it to spawn in flat biomes defeats the whole purpose of it. I replaced the grass with structure voids, but now it starts floating - https://imgur.com/a/gc6kU8S
The spawn height offset is currently at 0, too
Also, is it possible to keep the path blocks and gravel that made up the floor? Or would it just not work without structure voids there instead
go back to just grass blocks underneath, try a spawn offset of -1, that should bring it down to the ground
(make that number lower if you have too)
Ok altering the spawn offset made it work, but it still does the same thing when next to a ledge, with the overhang. Any way to fix this? Or is it just one of those unfixable things I've got to live with? :/
That's a shame, hopefully there'll be a way to fix it in a future update
you could replace the grass with oak planks though to make a false impression of it meant to be that way.
I have the same problem that the structure have ONLY 1 BLOCK TOUcHiNG THE HILL and all other blocks went floating...