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