Files
Aris-Random-Additions/elements/DripstoneRecipe.mod.json
nimsolated 4b658a0cce 2.3.0
2026-03-28 19:42:27 -07:00

22 lines
502 B
JSON

{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Stone cutting",
"recipeRetstackSize": 2,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"stoneCuttingInputStack": {
"value": "Blocks.DRIPSTONE_BLOCK"
},
"stoneCuttingReturnStack": {
"value": "Blocks.POINTED_DRIPSTONE"
},
"name": "dripstone_recipe",
"namespace": "mod"
}
}