Started by
QB
on
Topic category: Help with Minecraft modding (Java Edition)
So, I'm creating Structrure Spawns but I don't know what "Restrict spawn per block" mean. I'm messing around it for a bit but I think I mess it up. When I select Block.Grass I fly around the world but the structure doesn't spawn. Can you guys help me?
"Restrict spawn per block" determines what blocks the structure can spawn in.
The reason is doesn't work with grass is because surface-based structures spawn on top of blocks. Not in them, which is what "restrict spawn per block" means.
Oh, I see, thanks, I'll try it. If it doesn't work, I'll ask you later.
If not grass then what blocks will it work?
Well if you want it to only spawn on top of grass blocks, then you could list the biomes in which there is grass on the surface and make it only spawn in those biomes. It would be pretty annoying to do but I think it might be the only way without writing some code.
Ok, thanks, sorry for the late reply.