Skip to content

Commit

Permalink
Added root tags for copper and aluminum (forge/ingots, etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Apr 27, 2020
1 parent 9fa323f commit 45d9b17
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/resources/data/forge/tags/items/ingots.json
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"tmechworks:aluminum_ingot",
"tmechworks:copper_ingot"
]
}
7 changes: 7 additions & 0 deletions src/resources/data/forge/tags/items/nuggets.json
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"tmechworks:aluminum_nugget",
"tmechworks:copper_nugget"
]
}
7 changes: 7 additions & 0 deletions src/resources/data/forge/tags/items/ores.json
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"tmechworks:aluminum_ore",
"tmechworks:copper_ore"
]
}
7 changes: 7 additions & 0 deletions src/resources/data/forge/tags/items/storage_blocks.json
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"tmechworks:aluminum_block",
"tmechworks:copper_block"
]
}

0 comments on commit 45d9b17

Please sign in to comment.