Singularites not using tag dictionary correctly
benbenlaw opened this issue ยท 1 comments
Describe the bug
I have 2 different types of copper in my modpack but singualites can only be craft with one type
To Reproduce
install mods with multipul types of the same ores
Expected behavior
Tag dictionary ores should all work
Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).
Tin ingot saingulairty only uses 1
2 types of tin in the modpack
Note that both ingots are in the correct tag dictionary
Versions (please complete the following information):
- Minecraft: 1.16.3
- Forge: 34.1.40
- Cucumber: 4.1.3
- Extended Crafting: 3.1.1
- CraftTweaker (if applicable): none
I can confirm this behaviour as well. I tried modyfing the silver.json to use item's, but instead of making it possible to use both, it instead stopped using the Mystical World one and only accepts the Immersive Engineering one.
Tried with this but failed:
{
"name": "singularity.extendedcrafting.silver",
"colors": [
"83aab2",
"83aab2"
],
"ingredient": {
"item": "mysticalworld:silver_ingot",
"item": "immersiveengineering:ingot_silver"
}
}
The original with forge:ingots/silver did not work, even though both ingots use the tag according to CraftTweaker, as seen in the screenshot below.
{
"name": "singularity.extendedcrafting.silver",
"colors": [
"83aab2",
"83aab2"
],
"ingredient": {
"tag": "forge:ingots/silver"
}
}
Versions:
Minecraft: 1.16.4
Forge: 35.1.28
Cucumber: 4.1.5
Extended Crafting: 3.1.2
CraftTweaker: 7.0.0.63