how to create a structure that is generated at certain coordinates and is the only one in the whole world

Started by Artur114 on

Topic category: Help with modding (Java Edition)

Last seen on 00:45, 5. Dec 2023
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to create a structure that is generated at certain coordinates and is the only one in the whole world

how to create a structure that is generated at certain coordinates and is the only one in the whole world

Last seen on 20:18, 25. Jul 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For generation condition,…
Wed, 12/06/2023 - 21:28

For generation condition, check if the coordinates are what you want, and if so, return true. This should fix both problems.