Merge remote-tracking branch 'origin/master'

This commit is contained in:
LexManos 2012-06-26 12:10:57 -07:00
commit f174cb3948

View file

@ -17,7 +17,7 @@ public class mod_MinecraftForge extends NetworkMod
@MLProp(info = "Set to false to reproduce a vinella bug that prevents mobs from spawning on inverted half-slabs and inverted stairs.")
public static boolean SPAWNER_ALLOW_ON_INVERTED = true;
@MLProp(info = "The kick message used when a client tries to connect but does nto have Minecraft Forge installed.")
@MLProp(info = "The kick message used when a client tries to connect but does not have Minecraft Forge installed.")
public static String NO_FORGE_KICK_MESSAGE = "This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/";
@MLProp(info = "Set to true to randomly shuffle the potential chunks for spawning, this is useful in FTB challange maps where you don't want one side hogging the spawns")