Open GodMorduk opened 3 years ago
Looks like an issue with dynamictrees mod. Can you please share a region file where this is occurring? By the error I assume is the decay flag trying to read the decayable property from a mod block but failing, but I need an exact region configuration to confirm this
I'm not sure how to identify which region file it was. But I'm having a lot of region files, and all of them should contain dynamic trees. Can I provide any on them?
Yes, one of them is fine. This is a really strange bug and possibly a Sponge bug... when the block is placed the event for "placing a block" is captured. In that function the plugin checks some keys for some particular cases, like pistons or frosted ice. It looks like that looking up for those keys is what is causing the issue, which is really weird. Essentially Sponge complains that the leaf block does not have the decayable property, which is true, however the plugin in that function doesn't check that property, so it makes no sense to complain for something that the plugin doesn't checks :/ I'll keep this up when I find new informations EDIT: Sponge issue: https://github.com/SpongePowered/SpongeAPI/issues/2318
Sorry not sending you file before - got a very busy days. Now it seems that region file not needed anymore, but can do if needed.
It seems that it would take a while to fix it. Is there any workaround for now?
Unfortunately that does seem like a Sponge implementation bug. As suggested on their repo I tried using a newer version of Sponge on a test server, like 7.3.0, but still getting the error :/
@JimiIT92 is there any temp workaround? Like disable some flags etc. Its flooding my logs...
You should disable place/destroy flags, which of course is not optimal.... I tried contacting Sponge directly but got no luck, since other plugins seems to have this issue when checking the context keys. Still figuring out why this happen, might as well forking the Sponge repo directly and see into the Sponge code itself what's the problem
This appears after I log into the world and fly around a bit