Skip to content

Commit

Permalink
Astromine Triturator compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaerian committed Aug 13, 2021
1 parent e42ceb5 commit 69183eb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/resources/data/c/tags/items/quartz_blocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"replace": false,
"values": [
"cinderscapes:rose_quartz_block",
"cinderscapes:chiseled_rose_quartz_block",
"cinderscapes:rose_quartz_pillar",
"cinderscapes:smooth_rose_quartz",
"cinderscapes:rose_quartz_bricks",
"cinderscapes:smoky_quartz_block",
"cinderscapes:chiseled_smoky_quartz_block",
"cinderscapes:smoky_quartz_pillar",
"cinderscapes:smooth_smoky_quartz",
"cinderscapes:smoky_quartz_bricks",
"cinderscapes:sulfur_quartz_block",
"cinderscapes:chiseled_sulfur_quartz_block",
"cinderscapes:sulfur_quartz_pillar",
"cinderscapes:smooth_sulfur_quartz",
"cinderscapes:sulfur_quartz_bricks"
]
}
8 changes: 8 additions & 0 deletions src/main/resources/data/c/tags/items/quartz_ores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"cinderscapes:smoky_quartz_ore",
"cinderscapes:rose_quartz_ore",
"cinderscapes:sulfur_quartz_ore"
]
}

0 comments on commit 69183eb

Please sign in to comment.