ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/travelers_sack.json
2024-03-04 22:52:17 +01:00

26 lines
413 B
JSON

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