
ET copper doesnt compat with TIC
iamsoNewBee opened this issue ยท 7 comments
Initial Questions
- I have searched this issue tracker and there is nothing similar already, and this is not on the list of known issues. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- I have verified that this issue occurs in a SUPPORTED environment, meaning I can reproduce this WITHOUT OptiFine, and without Bukkit+Forge server software like KCauldron, Thermos, Crucible, Mohist etc
Mod Version
etfuturum-2.6.2
Describe the Issue
As the title, the ET copper ingot and block cant melt in the smelting furnace.
Conflicting Mods
Tinkers' Construct
Crash Report
No response
Other Details
No response
Unsure of why it happens, the raw ore block is registered as something to be smeltable and the ingot has the correct tag, and I never changed the code since it was last tested working....
I am confused too. To give more info, I uses Unidict and the dominant copper is the EFT one, but I can only get NTM copper which is the second* dominant copper. But I dont think it crauses this because IE copper could melt too. Luckily I basically fixed this for my own pack via Modtweak..
TIC defines which items can be melted into molten copper through an internal melting formula system (usually through Oredict or custom formulas). For example, copper ore or copper blocks will be registered as smelted items
And I registered it through the system, but it's still not working, and I don't know why. I was given a fix for the same issue last year, tested it working, and apparently before that fix was released it randomly stopped working and I can't figure out why, despite the previously working code being 100% the same as the apparent broken code.