Skip to content

Commit

Permalink
Add crafting recipes for Hardened Obsidian Armor
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyasmartname committed Mar 11, 2021
1 parent 80436e1 commit 4ea7e1e
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"# #"
],
"key": {
"#": {
"item": "x2craft:hardened_obsidian"
}
},
"result": {
"item": "x2craft:hardened_obsidian_boots",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"###",
"###"
],
"key": {
"#": {
"item": "x2craft:hardened_obsidian"
}
},
"result": {
"item": "x2craft:hardened_obsidian_chestplate",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #"
],
"key": {
"#": {
"item": "x2craft:hardened_obsidian"
}
},
"result": {
"item": "x2craft:hardened_obsidian_helmet",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"# #"
],
"key": {
"#": {
"item": "x2craft:hardened_obsidian"
}
},
"result": {
"item": "x2craft:hardened_obsidian_leggings",
"count": 1
}
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "x2craft",
"version": "0.0.1a",
"version": "0.0.2a",

"name": "x2Craft",
"description": "A mod that adds many things to the game!",
Expand Down

0 comments on commit 4ea7e1e

Please sign in to comment.