Mass block ragdoll with the Physics Mod causing mass lag
PierreBorine opened this issue ยท 11 comments
Bug description
When installing Dynamic Trees with the Physics Mod (who make blocks having a "ragdoll" physics when broke), trees starts dropping leaves ragdolls, wich cause massive lags and crash in big forests. Also when a tree is cut down, all tree's leaves ragdoll themelfs, wich, cause big laggs too.
Screenshots
Here, the physic of oak leaves is turned off
Trees making a lot of ragdolls when broken
Mods List
-Forge 36.1.13
-Dinamic Trees 1.16.5 0.10.0 Beta12
-Physics Mods 1.16.5 1.3.4(for forge) / https://www.curseforge.com/minecraft/mc-mods/physics-mod
I hope i'm clear, its hard to talk abouts thoses things in english for me.
What exactly do you expect us to do about this? Their oak leaves rule clearly must target minecraft:oak_leaves
instead of dynamictrees:oak_leaves
. You should see if they allow you to define rules for modded blocks.
they do have rules for modded blocks but there is no rules for dynamic trees at all
here is a view of the configs file without any other mods than Dynamic Trees and The Physics Mod: https://pastebin.com/TgEQaj4R
I will try to add the "dynamictrees:oak_leaves" you said
Looks like you want to add ..., dynamictrees:oak_leaves, 0, ...
(the ...
just means the rest of the list, don't actually put ...).
here is how i added it: https://pastebin.com/7aHetgjL
i'll go check that, thanks you anyway :)