KubeJS-Mods / KubeJS-Mekanism

MIT License
1 stars 6 forks source link

Dissolution Chamber Syntax Error #8

Open enigmaquip opened 2 years ago

enigmaquip commented 2 years ago

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 commented 2 years ago

1.18.2

kubejs-mekanism-1802.1.3-build.8

Mekanism-1.18.2-10.2.4.464