What does Restrict spawn per block mean?

Started by QB on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What does Restrict spawn per block mean?

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?

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Restrict spawn per block"…
Thu, 07/04/2019 - 23:02

"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.

 

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, I see, thanks, I'll try…
Fri, 07/05/2019 - 02:16

Oh, I see, thanks, I'll try it. If it doesn't work, I'll ask you later.

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If not grass then what…
Fri, 07/05/2019 - 02:19

If not grass then what blocks will it work?

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well if you want it to only…
Sun, 07/07/2019 - 15:05

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.

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, thanks, sorry for the…
Tue, 07/09/2019 - 12:00

Ok, thanks, sorry for the late reply.