diff --git a/common/src/main/resources/data/c/tags/blocks/budding_blocks.json b/common/src/main/resources/data/c/tags/blocks/budding_blocks.json new file mode 100644 index 00000000..804daffb --- /dev/null +++ b/common/src/main/resources/data/c/tags/blocks/budding_blocks.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "biomemakeover:budding_illunite" + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/c/tags/blocks/buds.json b/common/src/main/resources/data/c/tags/blocks/buds.json new file mode 100644 index 00000000..3f8b4765 --- /dev/null +++ b/common/src/main/resources/data/c/tags/blocks/buds.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "biomemakeover:small_illunite_bud", + "biomemakeover:medium_illunite_bud", + "biomemakeover:large_illunite_bud" + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/c/tags/blocks/clusters.json b/common/src/main/resources/data/c/tags/blocks/clusters.json new file mode 100644 index 00000000..d3e472bd --- /dev/null +++ b/common/src/main/resources/data/c/tags/blocks/clusters.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "biomemakeover:illunite_cluster" + ] +} \ No newline at end of file