KubeJS Mekanism

KubeJS Mekanism

19M Downloads

Dissolution Chamber Syntax Error

enigmaquip opened this issue ยท 1 comments

commented

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
                }
            ]
        }
commented

1.18.2

kubejs-mekanism-1802.1.3-build.8

Mekanism-1.18.2-10.2.4.464