Structures not generating properly in other dimensions

Started by scarfcrow on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structures not generating properly in other dimensions

My mod adds a new structure to both the Nether and the End. 

The Nether structure always generates on the bedrock roof. A proposed fix in another forum topic was to set it as the "underground" generation type. This works with features but not structures.

The End structure always generates at the bottom of the end and barely crosses the build minimum, cutting the floor off.

Having these generate as features instead of structures would most likely not work as A) I want them to have terrain adaptation and B) I have tried generating a large structure as a feature before, only for it to get cut off.

How do I fix this?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The nether is a bit tricky…
Thu, 08/01/2024 - 18:53

The nether is a bit tricky but the end you can use motion blocking and if you want use "beardbox thin". For the nether make a plant or block that spawns as rare as you would like your structure to spawn then make its tick rate really high and after that make it spawn that structure on update tick. With the nether on it still might be a bit buggy though.