Dynamic Trees

Dynamic Trees

25M Downloads

Dynamic trees not generating

EnzoIsPrettyCool opened this issue ยท 6 comments

commented

When a world is generated (or new chunks in an old world) dynamic trees aren't generating, only the occasional rubber tree from ic2. I had just added base metals to the pack and mmdlib but once i saw that no trees were generating i removed them, but the problem persists

Minecraft 1.12.2
Forge 14.23.5.2838
DynamicTrees ver 0.9.5
DynamicTreesPHC ver 1.4.2
DynamicTreesBOP ver 1.4.1e
dttraverse ver 1.5

I have ~90 or so mods installed so there is no feasible way for me to give you a modlist but none of the mods have had problems with dynamic trees before

Screenshots
2019-10-13_12 30 19
2019-10-13_12 29 11
2019-10-13_12 30 54

commented
  • Is there any odd log output upon generation?
  • Are the configs correct?
  • Is another mod interfering with Dynamic Trees?
commented

You can identify the problem mod by doing a binary search. If you do identify it, put it here and then we can look into the exact cause.

commented

Only output log that has anything to do with dynamic trees
12:50:35.171 game [12:50:35] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix minecraftfor namespecies_tile_entity, expected dynamictrees. This could be a intended override, but in most cases indicates a broken mod. 12:50:35.172 game [12:50:35] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix minecraftfor namebonsai_tile_entity, expected dynamictrees. This could be a intended override, but in most cases indicates a broken mod. 12:50:49.011 game [12:50:49] [Client thread/INFO] [STDERR]: [com.ferreusveritas.dynamictrees.api.TreeHelper:getLeavesBlockForSequence:35]: Warning: Mod used deprecated call to TreeHelper.getLeavesBlockForSequence(). Please notify the mod author of "dttraverse" that this will be removed in future versions. 12:50:49.011 game [12:50:49] [Client thread/INFO] [STDERR]: [com.ferreusveritas.dynamictrees.api.TreeHelper:getLeavesBlockForSequence:35]: Warning: Mod used deprecated call to TreeHelper.getLeavesBlockForSequence(). Please notify the mod author of "dttraverse" that this will be removed in future versions. 12:50:49.012 game [12:50:49] [Client thread/INFO] [STDERR]: [com.ferreusveritas.dynamictrees.api.TreeHelper:getLeavesBlockForSequence:35]: Warning: Mod used deprecated call to TreeHelper.getLeavesBlockForSequence(). Please notify the mod author of "dttraverse" that this will be removed in future versions. 12:50:49.013 game [12:50:49] [Client thread/INFO] [STDERR]: [com.ferreusveritas.dynamictrees.api.TreeHelper:getLeavesBlockForSequence:35]: Warning: Mod used deprecated call to TreeHelper.getLeavesBlockForSequence(). Please notify the mod author of "dttraverse" that this will be removed in future versions. 12:50:49.013 game [12:50:49] [Client thread/INFO] [STDERR]: [com.ferreusveritas.dynamictrees.api.TreeHelper:getLeavesBlockForSequence:35]: Warning: Mod used deprecated call to TreeHelper.getLeavesBlockForSequence(). Please notify the mod author of "dttraverse" that this will be removed in future versions.

also how do i do a binary search

commented

Split the mod list in two. See if one half works. If it does, the problem is in the other half. Split the other half in two, etc.

Alternatively, remove all mods and try adding them back one by one. The first time it stops working, remove all but the most recent mod. If it does not work again, it is the one mod causing the problems.

commented

Ok, also here is a forest generated with the wool circles debug mode in config on
2019-10-13_12 48 44

commented

This is apparently caused by DT Traverse add-on which is out of date and no longer worked on by the mod author. It makes calls to the Dynamic Trees API that have long ago been obsoleted and removed.