Skip to content

Commit

Permalink
Add common tags to basalt blocks (#117)
Browse files Browse the repository at this point in the history
For compatibility with TechReborn.
  • Loading branch information
Sturmlilie authored Aug 16, 2020
1 parent 5a26b64 commit 207e59f
Show file tree
Hide file tree
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 207e59f

Please sign in to comment.