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

25 lines
410 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"OBO",
"RCR",
"OBO"
],
"key": {
"B": {
"tag": "forge:dusts/redstone"
},
"O": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:basic_coil"
2021-11-21 22:38:48 +01:00
},
"R": {
"item": "actuallyadditions:restonia_crystal"
},
"C": {
"tag": "forge:chests/wooden"
}
},
"result": {
"item": "actuallyadditions:item_viewer"
}
}