![The Camping Mod](https://media.forgecdn.net/avatars/thumbnails/15/112/256/256/635614882535953065.jpeg)
Server crash on worldgen
ProsperCraft opened this issue ยท 4 comments
at com.rikmuld.camping.common.objs.block.Tent.func_149749_a(Tent.scala:59)
Have three other crashes related to world gen that may help.
http://pastebin.com/dM7JHriT
http://pastebin.com/1VWsABKa
http://pastebin.com/y247KfBy
This is still happening with TheCampingMod_2.1f
It crashes the whole server.
Sorry for my late response, I was quite busy with some other stuff lately.
About this error: it occurs because the tents in the randomly generated campsites are mostly 'invisible' for the world generation of other mods (most of the tent blocks ar just fillers to get a nice large view/collision bound around the tent). Those 'filler' blocks are getting overridden by non minecraft world gen and that causes the game to crash.
Soon I will have lots of time and then I shall fix it as soon as possible, for now you can fix it by disabling the campsite generation in the config file. Sorry for the inconvenience.