Skip to content

Commit

Permalink
This is epic
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Sep 4, 2024
1 parent 5e96a75 commit d5f82df
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/resources/data/bronze/tags/block/needs_stone_tool.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"!bronze:tin_ore_block",
"!bronze:deepslate_tin_ore_block"
]
}
20 changes: 20 additions & 0 deletions src/main/resources/data/slowbronze/recipe/bronze_horse_armor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"P": {
"item": "slowbronze:bronze_plate"
},
"A": {
"item": "slowyourroll:chainmail_horse_armor"
}
},
"pattern": [
"PAP",
"PPP",
"P P"
],
"result": {
"id": "bronze:bronze_horse_armor"
}
}

0 comments on commit d5f82df

Please sign in to comment.