Skip to content

Commit

Permalink
fix(cogs): treat industrial iron as steel
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed May 17, 2024
1 parent fc6d146 commit 9284a51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/c/tags/items/steel_ingots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"createdeco:industrial_iron_ingot"
]
}
6 changes: 6 additions & 0 deletions data/c/tags/items/steel_plates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"createdeco:industrial_iron_sheet"
]
}

0 comments on commit 9284a51

Please sign in to comment.