Dynamic trees not generating
EnzoIsPrettyCool opened this issue ยท 6 comments
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
- Is there any odd log output upon generation?
- Are the configs correct?
- Is another mod interfering with Dynamic Trees?
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.
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 name
species_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 name
bonsai_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
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.