Ask for help
edotenseilove opened this issue ยท 4 comments
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
}
}
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
I believe that it would be some stupid typo or different name but i have not found it.