Black/Pink cubes on jungle and swap trees.
Zeltrax opened this issue ยท 9 comments
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.
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).
Please find the registry name of the block by looking at the F3 screen whilst focussing on the block.
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.
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.
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.