The rudder moves when I turn the wheel.

This commit is contained in:
Matt Caughey 2013-05-03 06:39:32 -04:00
parent 0ea0439ee5
commit bc9bd3bda5
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ import cpw.mods.fml.common.registry.LanguageRegistry;
@NetworkMod(clientSideRequired=true, serverSideRequired=false) @NetworkMod(clientSideRequired=true, serverSideRequired=false)
public class BiomesOPlenty public class BiomesOPlenty
{ {
//The rudder moves when I turn the wheel
// The instance of your mod that Forge uses. // The instance of your mod that Forge uses.
@Instance("BiomesOPlenty") @Instance("BiomesOPlenty")
public static BiomesOPlenty instance; public static BiomesOPlenty instance;