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

27 lines
455 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
2024-03-03 01:20:53 +01:00
"category": "misc",
2021-11-21 22:38:48 +01:00
"key": {
"B": {
"tag": "forge:storage_blocks/redstone"
},
2024-03-03 01:20:53 +01:00
"C": {
"item": "actuallyadditions:advanced_coil"
},
2021-11-21 22:38:48 +01:00
"O": {
"tag": "forge:obsidian"
},
"R": {
"item": "actuallyadditions:restonia_crystal"
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"OBO",
"RCR",
"OBO"
],
2021-11-21 22:38:48 +01:00
"result": {
2024-03-03 01:20:53 +01:00
"count": 4,
"item": "actuallyadditions:laser_relay"
2024-03-04 22:52:17 +01:00
}
2021-11-21 22:38:48 +01:00
}