Useful Tags

These are tags added by mods, modloaders, or even sometimes the base game that have potentially useful behaviors for modpack developers. On versions 1.20.1 and below, tags added by the Forge modloader used the forge namespace (ex: forge:relocation_not_supported), while loaders like Fabric and NeoForge use tags with the namespace c, standing for “Common”.

Tag nameDescriptionTag TypeAdditional Notes
c:relocation_not_supported
forge:relocation_not_supported
Prevents a block from being “relocated,” such as via Create Contraptions or Mekanism Cardboard Boxes.Block-
c:hidden_from_recipe_viewersHides an item from a recipe viewer index.Block, Item, FluidEMI respects this on 1.20.1
minecraft:dirtAllows plants to be placed on top of the block.Block-
terrablender:overworld_regions
terrablender:nether_regions
terrablender:aether_regions
Determines what dimensions are considered as for Terrablender biome injection purposes. Useful if you want to redirect the injection to an alternate dimension (say, an alternative overworld) or if you want to remove Terrablender biomes from generating.Dimensionterrablender:aether_regions is added by Aeroblender
lychee:lightning_immuneSelf-explanatoryEntityFrom Lychee
lychee:lightning_fire_immuneSelf-explanatoryEntity-
lychee:fire_immuneSelf-explanatoryItem-
lychee:dispenser_placementSelf-explanatoryItem-

Additionally, you can find all biome tags used by Minecraft, Forge, and NeoForge / Fabric here.

https://gist.github.com/TelepathicGrunt/b768ce904baa4598b21c3ca42f137f23#what-tag-entries-exist-that-i-can-use

Tags: tags