Custom structures not spawning

Started by Penguin Party on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom structures not spawning
Mon, 04/27/2020 - 15:17 (edited)

Hello i've been trying to make structures in 2020.1 and it just... doesn't work. (I'm trying to make structures like trees in a custom dimension like nether).

Even if i put 999,999 as spawn probability, the structures aren't spawning, and they are biggly enough to make to have noticed them.

I've tried making the tree appear when a mob spawns (but that made that there wourld be always tree spawning).

I've tried generating a block that when recibing a tick update would grow. (But apparently it doesn't recibe tick update when generated by the world).

I've tried structures that are air blocks, and in the ''when generated'' procedure i put it to generate a ''tree spawn block'' (mentioned before) and it would fall to the ground and update itself to grow, but it still doesn't work!

 

I can make the trees spawn in air, in that case, they do spawn; but the idea is that they spawn on the ground!

Edited by Penguin Party on Mon, 04/27/2020 - 15:17
Make sure you specify proper…
Mon, 04/27/2020 - 15:17

Make sure you specify proper blocks to spawn on if selected and all the features. If this does not help, make a minimal reproducible example workspace, open a ticket on the tracker and include the workspace with test instructions.

And turn of your caps lock and read the rules of this website.

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I also have a tree structure…
Mon, 04/27/2020 - 13:03

I also have a tree structure that should generate in a nether-type Dimension but it seems like it doesnt generate in Nether-type dimensions even when I set the structure to generate in all Biomes and no restriction it doesnt generate in vanilla nether

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Works now but it generates…
Tue, 04/28/2020 - 12:57

Works now but it generates very sparsely even when I copy the element a couple of times and it often spawns inside a cliff also how does the min;max work?

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know this post was made 3…
Tue, 07/07/2020 - 05:53

I know this post was made 3 months ago but if you still are confused, then I know what you can do. This has been happening to me lately and I figured out how to make them spawn. Assuming the structure's underground, don't put the height offset in the negatives, or else it'll spawn in bedrock. Also don't put it too high in the positives, or else it'll spawn above ground. I set it at 10 and it was perfect. Also, if you're worried about it spawning in the water, just select first block.

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok thanks, i'll try it. I…
Sat, 07/25/2020 - 22:23

Ok thanks, i'll try it.

I was kindao key with the trees generating buggly up to this point, but i'll try this.