DynamicTreesTeam / DynamicTrees

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

Mod Incompatability with Hostile Villages - 1.18.2 #777

Closed Waterspark63 closed 10 months ago

Waterspark63 commented 1 year ago

I had tried to add Dynamic Trees to my modpack, and after some debugging, I have found that Dynamic Trees and Hostile Villages are not compatible, here's the log with the error for the two mods. This is 1.18.2, using forge 40.2.0. The null issue at the very end is a separate thing, possibly with forge/mc itself after asking a discord for troubleshooting support, it is unrelated to the mod incompatibilities. latest.log

github-actions[bot] commented 1 year ago

Stale issue message

Harleyoc1 commented 11 months ago

I just thought of a temporary workaround for this - set cancelVanillaVillageTrees to false in the common config (located at config/dynamictrees-common.toml).

The only problem is that vanilla trees will spawn in villages (unless Hostile Villages also removes these - I'm unsure of what it changes).

Waterspark63 commented 10 months ago

Sorry for the late reply, but that does fix it for the moment, thank you!