We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 } ] }
The text was updated successfully, but these errors were encountered:
1.18.2
kubejs-mekanism-1802.1.3-build.8
Mekanism-1.18.2-10.2.4.464
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: