Fucking spelling nazis
This commit is contained in:
parent
61e8b92a78
commit
84613d5a92
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
@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;
|
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/";
|
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")
|
@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")
|
||||||
|
|
Loading…
Reference in a new issue