Dissolver recipes do not use tags
mathgeniuszach opened this issue ยท 2 comments
Not sure if this is truly a bug, but the dissolver recipes from ingots to atoms do not use tags and instead use the respective ingot from chemlib only. This breaks compatibility with other mods ingots, and can be fixed very easily by replacing the respective code in data\alchemistry\recipes\dissolver\ingot_*.json
:
...
"input": {
"item": "chemlib:ingot_*"
...
with
...
"input": {
"tag": "forge:ingots/*"
...