update name
This commit is contained in:
20
src/main/resources/data/gameritems/recipes/jeremium_shovel.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_shovel.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"W",
|
||||
"W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user