How do I make a part of a structure a specific biome?

Started by EchoCraft on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a part of a structure a specific biome?

I'm working on a mod with a large structure that requires specific biomes in specific places (y coordinate doesn't matter) and I need a way to change the biome based on what jigsaw part is there. I need to know how to do this on a large scale (my structure takes up an entire dimension).

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you could be able to…
Wed, 07/30/2025 - 19:13

I think you could be able to incorporate an automatic command block with /fillbiome and another that deletes the both but idk how to do it otherwise

 

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom block with tick…
Wed, 07/30/2025 - 21:53

Custom block with tick procedure that checks the biome and places the structure bits with conditional statements?