Skip to content

Commit

Permalink
add DT leaves to scythe mineable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Jul 18, 2023
1 parent 55bb843 commit e65e45c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"__comment__": "This file was automatically created by mcresources",
"replace": false,
"values": [
"#dynamictrees:leaves"
]
}

0 comments on commit e65e45c

Please sign in to comment.