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/gameritems/recipes/jeremium_shovel.json
2022-05-01 15:09:52 +02:00

20 lines
380 B
JSON
Executable File

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