Dynamic Trees

Dynamic Trees

25M Downloads

[Compat] No Tree Punching

GeebsRilie opened this issue ยท 2 comments

commented

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?

commented

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);

commented

RLCraft has both mods working together. You could reference its config files.