MikulDev
MikulDev
Is this workable, or a permanent issue? It is just rather annoying because I have many floating structures in the world that are constantly forcing my dragon to fold its...
This might work. And I *maybe* could tweak the code to check for this. Is the source code free to access? On Wed, Feb 8, 2017 at 12:26 AM, usafphoenix...
It seems like the issue stems from [here](https://github.com/Jozufozu/Flywheel/blob/873facfd34c3f39dcc96690de85f3deab3990cf1/src/main/java/com/jozufozu/flywheel/vanilla/MinecartInstance.java#L145) (line 145 in the `getContents()` method of `MinecartInstance`). `MaterialManager#defaultSolid()` is always used, rather than the appropriate `MaterialGroup` for the block.
This is (kind of) an issue on Cold Sweat's side. The `WeatherManager` for a given dimension isn't always present, and when Cold Sweat tries to check if there are any...