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

26 lines
435 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"tag": "forge:dusts/redstone"
},
"C": {
"tag": "forge:chests/wooden"
},
"O": {
"item": "actuallyadditions:basic_coil"
},
"R": {
"item": "actuallyadditions:restonia_crystal"
}
},
"pattern": [
"OBO",
"RCR",
"OBO"
],
"result": {
"item": "actuallyadditions:item_interface"
}
}