Skip to content

Commit

Permalink
Add common tags to basalt blocks
Browse files Browse the repository at this point in the history
For compatibility with TechReborn.
  • Loading branch information
Sturmlilie committed Jul 23, 2020
1 parent 10e935b commit b2cab57
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/data/c/tags/blocks/basalt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"values": [
"terrestria:basalt",
"terrestria:smooth_basalt",
"terrestria:basalt_cobblestone",
"terrestria:mossy_basalt_cobblestone",
"terrestria:basalt_bricks",
"terrestria:chiseled_basalt_bricks",
"terrestria:cracked_basalt_bricks",
"terrestria:mossy_basalt_bricks"
]
}

13 changes: 13 additions & 0 deletions src/main/resources/data/c/tags/items/basalt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"values": [
"terrestria:basalt",
"terrestria:smooth_basalt",
"terrestria:basalt_cobblestone",
"terrestria:mossy_basalt_cobblestone",
"terrestria:basalt_bricks",
"terrestria:chiseled_basalt_bricks",
"terrestria:cracked_basalt_bricks",
"terrestria:mossy_basalt_bricks"
]
}

0 comments on commit b2cab57

Please sign in to comment.