Blacklisting Biomes

Started by Sir_sassypants on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Sep 2019
Points:
768

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
Blacklisting Biomes

I'm creating a meteorite crater structure, and it's all working well. But when it generates in an ocean, or mountains, it goes a little wacky. There is a way to whitelist biomes that a structure can generate in, but is there a way to blacklist some biomes that it cannot spawn in.

I want to make my mod as friendly as possible to other mods, so the ability to make it spawn in any biome (vanilla/modded) except some would be awesome.

Is this possible? Or should I open a ticket for it? (I'm using 1.14.4 btw)

Active 3 years ago
Joined Dec 2019
Points:
749

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 78
I don't think so, the only…
Tue, 03/17/2020 - 12:02

I don't think so, the only way is to whitelist all the biomes and remove ocean and mountains biomes. It has a small chance to be possible with code, but still, i'm not sure.