The rudder moves when I turn the wheel.
This commit is contained in:
parent
0ea0439ee5
commit
bc9bd3bda5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue