DynamicTreesTeam / DynamicTrees

Minecraft Forge mod providing dynamic trees that progressively grow from seed to maturity.
MIT License
216 stars 96 forks source link

No drops when breaking trees. #772

Closed Moonively210 closed 1 year ago

Moonively210 commented 1 year ago

Whenever I break a tree, I get nothing from it. Could this bug be because I have the TreeFalling mod by rakambda? I assume that it is but I'd like to be sure.

chisaato commented 1 year ago

+1 I also meet this problem.

chisaato commented 1 year ago

image

Translate: SNEAK_DISABLE disable mod when sneaking SNEAK_ENABLE enable mod when sneaking IGNORE always enable and ignore sneaking

Here is an workaround. Hold Shift to disable TreeFalling. then DynamicTrees can work well.

In config fallingtree.json .

{
  "sneakMode": "SNEAK_DISABLE",
}
Moonively210 commented 1 year ago

Thank you, this helped out.

chisaato commented 1 year ago

or add dynamic trees blocks to fallingtrees balcklist. then you can cut trees without holding shift.

Harleyoc1 commented 1 year ago

Closing this issue since it's related to mod compatibility with something not really made to be used with DT (dynamic trees already fall when chopped) and it seems there's a fix regardless.