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

22 lines
349 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"IRI",
"RCR",
"IRI"
],
"key": {
"R": {
"tag": "forge:dusts/redstone"
},
"I": {
"tag": "forge:ingots/iron"
},
"C": {
"item": "actuallyadditions:iron_casing"
}
},
"result": {
"item": "actuallyadditions:atomic_reconstructor"
}
}