Soo I tried to add something to Ore Dictionary and I can say that its impossible.
I tried to create new Class that will read it but my class is deleted after recompile.
Adding registration to TestEnvironmentMod class removes it after recompile
and adding it to item class causing recompile errors
Now my question is that will there be option to create new entry for Ore Dictionary and have option in Block/Item mod element to assign it to existing entry?
Issue comments
I found something that can help you to add the OreDictionnary to MCreator. https://mcforge.readthedocs.io/en/latest/utilities/oredictionary/
In MCreator 1.9.1, we will add ore dictionary support to:
- blocks, so blocks can be registered as ore dictionary entry or be bound to existing ore dictionary entries
- items, so items can be registered as ore dictionary entry or be bound to existing ore dictionary entries
- recipes, so ore dictionary entries can be used in recipes for mod element items
I am closing this ticket now.
Ore dictionary is a property of a block or an item that makes it be usable for recipes from other mods.
For example, Copper Ingot from Thermal Foundation could be used for recipes from Forestry (I have never played Forestry in survival so I don't know, this is just an example)
- 1.12.2: https://mcforge.readthedocs.io/en/latest/utilities/oredictionary/
- 1.14.4: https://minecraft.gamepedia.com/Tag
You could search this yourself, though.
I have changed this issue to a feature request. We will add support for ore dictionary in one of the future updates. We had this in a plan, but there was no ticket on the tracker yet. I will keep this ticket open so we can track the ore dictionary support progress.