ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/bag.json
2021-11-21 21:38:48 +00:00

25 lines
380 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SLS",
"SCS",
"LVL"
],
"key": {
"S": {
"tag": "forge:string"
},
"L": {
"tag": "forge:leather"
},
"C": {
"tag": "forge:chests/wooden"
},
"V": {
"item": "actuallyadditions:void_crystal_block"
}
},
"result": {
"item": "actuallyadditions:bag"
}
}