Mekanism

Mekanism

111M Downloads

Ask for help

edotenseilove opened this issue ยท 4 comments

commented

Hello I am trying to figure out what I am doing wrong in this recipe. Could you help me please? I think that it is something in infusion input but i can figure it out.

{
"type": "mekanism:metallurgic_infusing",
"itemInput":
{
"ingredient":
{
"item": "minecraft:stone"
},
"amount": 1
},

"infusionInput":
{
"infuse_type": "mekanism:redstone",
"amount": 10.00
},
"output":
{
"item": "minecraft:apple",
"count": 5
}
}

commented

I believe the infusion input's amount is a whole number (and no commas either). so it would be 10 not 10.00. Unless you meant 1,000 in which case it would be 1000

commented

I tried still not working but thanks

commented

I believe that it would be some stupid typo or different name but i have not found it.

commented

oh I found it it was a typo but in a different part of the document and then i have changed the numbers and it works now. thanks a lot