[Compat] No Tree Punching
GeebsRilie opened this issue ยท 2 comments
I am trying to make dynamic trees work with No Tree Punching. The black list is ore:woodLog. what would i put here for dynamic trees to work with it?
Fixable using craftweaker with following script (forge 1.18, will likely work with other versions)
tag:blocks:nottreepunching:always_drops.add(tag:blocks:dynamictrees:branches);
tag:blocks:notreepunching:always_breakable.add(tag:blocks:dynamictrees:branches);