Skip to content

Commit

Permalink
added tags for raw ores blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Sep 3, 2023
1 parent 34780f8 commit d1dbf39
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/raw_lead_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"indrev:raw_lead_block"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/raw_silver_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"indrev:raw_silver_block"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/raw_tin_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"indrev:raw_tin_block"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/raw_tungsten_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"indrev:raw_tungsten_block"
]
}

0 comments on commit d1dbf39

Please sign in to comment.