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/veridium_block.json

17 lines
297 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "energonrelics:veridium_ingot"
}
},
"result": {
"item": "energonrelics:veridium_block",
"count": 1
}
}