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

25 lines
391 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"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": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:travelers_sack"
2021-11-21 22:38:48 +01:00
}
}