Files
Aris-Random-Additions/elements/CarbonatedWaterCanRecipe.mod.json
nimsolated b8dbadcda0 2.2.0
2026-03-27 15:32:09 -07:00

25 lines
563 B
JSON

{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Brewing",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"brewingInputStack": {
"value": "CUSTOM:WaterCan"
},
"brewingIngredientStack": {
"value": "Items.GUNPOWDER"
},
"brewingReturnStack": {
"value": "CUSTOM:CarbonatedWaterCan"
},
"name": "carbonated_water_can_recipe",
"namespace": "mod"
}
}