MinecraftPortCentral / Cauldron-Issues

Issue tracker for Cauldron - http://cauldron.minecraftforge.net
13 stars 6 forks source link

[1.7.10] Twilight Forest cause server crash (Missing class) #31

Closed ghost closed 10 years ago

ghost commented 10 years ago

When use TF 2.3.2 with build 198 server started, works normal. When use ingame item Magic Beans from this mod, server crashes.

If Upgrade to latest build 206, server wont started and crashes due Magic Beans from TF, error is similar like usin item ingame with previous build.

Crashlog:

http://pastebin.com/EphPc0gs

bloodmc commented 10 years ago
@SideOnly(Side.CLIENT)
public float getCloudHeight()
{
    return this.terrainType.getCloudHeight();
}

TF is calling a client method on server. Report to TF dev.

ghost commented 10 years ago

Reported, waiting for reply.