20 lines
354 B
JSON
20 lines
354 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"#I#",
|
||
|
"I#I",
|
||
|
"#I#"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": {
|
||
|
"item": "minecraft:bricks"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "minecraft:iron_ingot"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "energonrelics:thermal_casing",
|
||
|
"count": 1
|
||
|
}
|
||
|
}
|