This repository has been archived on 2025-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GamerItems/src/main/resources/data/gamermod/recipes/jeremium_sword.json
2022-04-05 19:04:49 +02:00

20 lines
373 B
JSON
Executable File

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"W"
],
"key": {
"#": {
"item": "gamermod:jeremium_ingot"
},
"W": {
"item": "gamermod:netherite_stick"
}
},
"result": {
"item": "gamermod:jeremium_sword",
"count": 1
}
}