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