Skip to content
New issue

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

Dissolution Chamber Syntax Error #8

Open
enigmaquip opened this issue Jul 12, 2022 · 1 comment
Open

Dissolution Chamber Syntax Error #8

enigmaquip opened this issue Jul 12, 2022 · 1 comment

Comments

@enigmaquip
Copy link

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
                }
            ]
        }
@enigmaquip
Copy link
Author

1.18.2

kubejs-mekanism-1802.1.3-build.8

Mekanism-1.18.2-10.2.4.464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant