Files
Aris-Random-Additions/elements/BedrockEaterRecipe.mod.json
2026-03-21 17:51:12 -07:00

48 lines
835 B
JSON

{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:BlockEater"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": ""
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:BedrockEater"
},
"name": "bedrock_eater_recipe",
"namespace": "mod"
}
}