This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
EnergonRelics/src/main/resources/data/energonrelics/recipes/thermal_casing.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": 4
}
}