Psi

Psi

45M Downloads

psi custom recipes dont consider count tag

MasterSloth1 opened this issue ยท 0 comments

commented

Version Information

Forge version:
Psi version: 1.16-88
Magipsi: 1.16.4-2.0.0.0
Psipherals: 1.4.0

Further Information

Link to crash log: (please use a paste site such as gist, do not attach the .txt or paste the log inline)
Steps to reproduce:

  1. create a datapack and have a json file with the following
  2. {
    "type": "psi:trick_crafting",
    "input": {
    "item": "minecraft:stone"
    },
    "output": {
    "item": "minecraft:diamond",
    "count": 2
    },
    "cad": {
    "item": "psi:cad_assembly_ebony_psimetal"
    }
    }
  3. go ingame to see jei display it correctly, but when you craft it, it only drops 1 diamond

What I expected to happen:
it to accept the count tag and drop accordingly

What happened instead:
it only drops 1 no matter what the count is