Mekanism

Mekanism

111M Downloads

issue with crafttweaker

Nessuno6 opened this issue ยท 3 comments

commented

Issue description

reproduce this recipe

Steps to reproduce

{
"type": "mekanism:nucleosynthesizing",
"itemInput": item:avaritia:infinity_catalyst,
"gasInput": mekanism:gas_stack_antimatter,
"output": item:storagedrawers:creative_vending_upgrade,
"duration": 500
}

Minecraft version

1.16.5 (Latest)

Forge version

36.2.8

Mekanism version

10.0.21 (Latest)

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

V10 doesn't support CrT, V10.1 will

commented

Okay, thank you

commented

A few things here assuming you are making use of CraftTweaker's JSON system:

  1. I think you are missing a few levels in the json, such as for what type of ItemStackIngredient it is, and also the majority of the json structure for the gas input ingredient.
  2. I recommend joining CraftTweaker's discord for help with using their JSON way of adding recipes as they will know better what parts can be auto replaced via objects and what parts have to be manually put.