MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

TileEntitySign error #560

Open Dockter opened 6 years ago

Dockter commented 6 years ago

Error from Server:

https://gist.github.com/Dockter/93eca3e8beb81f56a2cfbc3a0e3daad4

Issue did not exist until this commit:

https://github.com/MCTCP/TerrainControl/commit/bbfad4091e5e080339827eab5dab9688a2d47d1c#diff-5e48d567a39fda9e2a3f607061079bba

Please advise.

rutgerkok commented 6 years ago

Seems like the JSON of a sign block is incorrect. Could you send me the BO3? (Either post a link here, or send it by e-mail. My address is on my Github profile.)

Dockter commented 6 years ago

I'm curious if there is a way to find out which bo3 is experiencing the issue. I looked at my sign files and they all look correct.

rutgerkok commented 6 years ago

The BO3 has a RandomBlock function somewhere, and is part of a structure. You can try a few using /tc spawn.

rutgerkok commented 6 years ago

By the way, as of e55cf24d4bb77220de4dde5f0df4676a59cd67aa TerrainControl should print what BO3 caused the trouble.