Dissolution Chamber Syntax Error
enigmaquip opened this issue ยท 1 comments
Similar to #7
com.google.gson.JsonSyntaxException: Missing gasInput, expected to find a JsonObject
The dissolution chamber expects 'gasInput' instead of the 'chemicalInput' it currently is
"mekanism:processing/gold/slurry/dirty/from_raw_ore": {
"recipe": {
"type": "mekanism:dissolution",
"itemInput": {
"amount": 3,
"ingredient": {
"tag": "forge:raw_materials/gold"
}
},
"gasInput": {
"amount": 1,
"gas": "mekanism:sulfuric_acid"
},
"output": {
"slurry": "mekanism:dirty_gold",
"amount": 2000,
"chemicalType": "slurry"
}
},
"inputs": [
{
"ingredient": {
"tag": "forge:raw_materials/gold"
},
"amount": 3
}
]
}