diff --git a/resources/assets.py b/resources/assets.py index 6ad97b9..28d2c2a 100644 --- a/resources/assets.py +++ b/resources/assets.py @@ -4,6 +4,7 @@ def generate(rm: ResourceManager): + rm.block_tag('tfc:mineable_with_scythe', '#dynamictrees:leaves') for name in ALL_SPECIES: branch = rm.blockstate('%s_branch' % name).with_lang(lang('%s branch', name)) strip = rm.blockstate('stripped_%s_branch' % name).with_lang(lang('stripped %s branch', name)) diff --git a/src/main/resources/data/tfc/tags/blocks/mineable_with_scythe.json b/src/main/resources/data/tfc/tags/blocks/mineable_with_scythe.json new file mode 100644 index 0000000..8f7820e --- /dev/null +++ b/src/main/resources/data/tfc/tags/blocks/mineable_with_scythe.json @@ -0,0 +1,7 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "replace": false, + "values": [ + "#dynamictrees:leaves" + ] +} \ No newline at end of file