Minor Change
Minor change. Renamed all the functions in LimboDecay to begin with lowercase letters, as is the usual style for Java development. It slipped my mind for some reason. Uppercase starting letters is the usual style for C# development.
This commit is contained in:
@@ -56,7 +56,7 @@ public class BlockLimbo extends Block
|
||||
//Make sure this block is in Limbo
|
||||
if (world.provider.dimensionId == limboDimensionID)
|
||||
{
|
||||
LimboDecay.ApplySpreadDecay(world, x, y, z);
|
||||
LimboDecay.applySpreadDecay(world, x, y, z);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user