equal_tags.json - Skirlez/fabricated-exchange GitHub Wiki

This page will discuss the equal_tags.json file in the mod's config folder.

Purpose

Using this file, you can tell the EMC mapper that all the items belonging to a tag should be equal. For example, the entry:

"minecraft:planks",

tells the mapper all the items in this tag are equal in EMC value. This is especially useful for things like common tags, which mods typically extend. For example the entry:

"c:diamond",

would once again tell the EMC mapper that all the items in this tag are equal in EMC value, and it would still work if a mod added it's own diamond-equivalent ore. It is a pretty safe way to get at least some modded items to have EMC value so the mapper gets enough information to start mapping other items.

Important Notes

  • This file does NOT support block tags: Since they can't actually be used as recipe ingredients and serve a totally different purpose, it's much more likely that another mod could add a block to a block tag that shouldn't be equal to the rest of the blocks in that tag.