Alchemistry

Alchemistry

16M Downloads

Dissolver recipes do not use tags

mathgeniuszach opened this issue ยท 2 comments

commented

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/*"
...
commented

Good catch, yes this is something that needs to be fixed.

commented

Fixed in 1.16.4-1, thank you