ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/fermenting_barrel.json

26 lines
436 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "actuallyadditions:enori_crystal"
},
"C": {
"item": "actuallyadditions:canola"
},
"L": {
"tag": "minecraft:logs"
},
"W": {
"item": "actuallyadditions:wood_casing"
}
},
"pattern": [
"LAL",
"LCL",
"LWL"
],
"result": {
"item": "actuallyadditions:fermenting_barrel"
}
}