Biome dictionary support

Published by AOCAWOL on
Status
Fixed
Issue description

When making biomes I noticed that pretty much Mcreator auto sets what your biome's biome Dictionary is. For example almost all my biomes are labeled FOREST when in fact most of them aren't. And according to forge there are:

	 FOREST,
	 PLAINS,
	 MOUNTAIN,
	 HILLS,
	 SWAMP,
	 WATER,
	 DESERT,
	 FROZEN,
	 JUNGLE,
	 WASTELAND,
	 BEACH,
	 NETHER,
	 END,
	 MUSHROOM,
	 MAGICAL;

So I'm wondering if Mcreator could add an option to let us pick the biome Dictionary.

Issue comments

I think there should also be an option when choosing which biome a mob, structure or block should generate in to make it generate based on biome dictionary (so it's compatible with biomes from other mods)

This feature (biome dictionary) will be added in 1.9.1. Raol, for adding biome type as condition, I would suggest to open another ticket for this to keep things separate.

If not later, checking for biome type will be possible once the condition mod element is added.