Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewAlterlite/mods/zcm-ca/recipes.json

24 lines
406 B

// DONT USE THIS FILE - BROKEN.
// REFER TO ZENSCRIPT VARIANT FOR UPDATED RECIPES.
{
"content": [
{
"type": "shapedRecipe",
"entries": [
{
"shape": ["LWL", "LWL", "CCC"],
"items": {
"C": "minecraft:clay_ball",
"L": "ore:logWood",
"W": "ore:plankWood"
},
"result": {
"item": "zcm_alterlite:makeshiftfurnace",
"amount": 1
},
"mirrored": false
}
]
}
]
}