Started by
Catnip
on
Topic category: Help with MCreator software
I am wanting to reference biome tags in my mod, but I forgot that the procedure block for getting biome tags has changed so that you need to write the tag out(it makes sense and allows more options), but there so far has not been an updated list of commonly used biome tags, and their namespaces, so I am unable to use it. I have tried searching, but so far I have not found anything related that is not so outdated it is nearly obsolete for recent MCreator versions.
Edited by Catnip on Sat, 06/10/2023 - 18:39
Alright heres a list of all I could find:
thank you
I also found some forge biome tags by using /locate biome and looking at the options:
forge:is_cave
forge:is_cold
forge:is_cold/end
forge:is_cold/overworld
forge:is_coniferous
forge:is_dense
forge:is_dense/overworld
forge:is_desert
forge:is_dry
forge:is_dry/end
forge:is_dry/nether
forge:is_dry/overworld
forge:is_hot
forge:is_hot/nether
forge:is_hot/nether
forge:is_lush
forge:is_magical
forge:is_mountain
forge:is_mushroom
forge:is_overworld
forge:is_peak
forge:is_plains
forge:is_plateau
forge:is_rare
forge:is_sandy
forge:is_slope
forge:is_snowy
forge:is_sparse
forge:is_sparse/overworld
forge:is_spooky
forge:is_swamp
forge:is_underground
forge:is_void
forge:is_wasteland
forge:is_water
forge:is_wet
forge:is_wet/overworld
https://mcreator.net/wiki/minecraft-biome-tags-list
I'm glad that there is now an official page for this, but I noticed that it says all listed tags are under minecraft namespace, even though some of them, such as is_spooky is actually under forge namespace in game. I'm guessing this was just a small mistake but I wanted to bring it to your attention.