Updates!
Updated to 1.18.1, added copper items, new recipes
This commit is contained in:
17
src/main/resources/data/vplus/recipes/copper_chestplate.json
Normal file
17
src/main/resources/data/vplus/recipes/copper_chestplate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vplus:copper_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user