Dynamic Trees

Dynamic Trees

25M Downloads

Black/Pink cubes on jungle and swap trees.

Zeltrax opened this issue ยท 9 comments

commented

Hello,

Got a mod pack I've made and usually I've never had this issue before but when I use dynamic trees these black/pink blocks appear on these trees and they grow. It seems like they are vines but when you inspect them it says Minecraft:air.

At first I thought it was Biomes O Plenty so I removed reloaded the world and tried again and they still appeared. Then I tried removing Dynamic trees and now they don't appear anymore.

I've made this kind of modpack in the past so I don't know if the newer version of dynamictrees conflicts.

problem
mods

commented

I looked into this and found the cause. JC is replacing the vine block with their own for whatever reason. Since our vines generation feature references the vanilla vines directly from code it's trying to spawn an unregistered block. It's a simple fix, we just need to get the vine block directly from the registry instead of from code (we shouldn't have to, ideally JC would redirect the code to their own vine block).

commented

This also happened to me, I checked and the error block are vines.

commented

This incompatibility is with JurassiCraft.

World w/ Dynamic Trees + JurassiCraft:
2021-06-14_15 15 18

After removing JC:
2021-06-14_15 16 10

Re-created world w/ Dynamic Trees and w/o JurassiCraft:
2021-06-14_15 21 58

Re-created world w/ JC and w/o DT:
2021-06-14_15 31 07

commented

Please find the registry name of the block by looking at the F3 screen whilst focussing on the block.

commented

I can't seem to see it unless its the minecraft:air Do you want me to supply a log aswell?

problem2

commented

Well that's very obscure. And yes, please send a log as there might be some helpful rendering exceptions that might provide some indication of what's going on there.

commented

Here is the log's the weird thing is when you load out of save and go back in its gone but then they start to appear out of thin air either attached to the ground or to trees or they just float. But as soon and I stop using dynamic trees they never appear.

latest.log
debug.log

commented

Unfortunately can't see anything instructive in there at first glance. You might have to try to find out which other mod is causing it (assuming of course that it doesn't happen with only DT installed). First perhaps try checking all of your mods and Forge is up to date, just in case.

commented

Yeah checked sadly all mods are upto date. Another weird thing is I tried making a dedicated server with the mods and the issue doesn't happen so I'm guessing its client side. Will need to check one by one to see which mod is causing it.