From 31b56e77eed54cb1b1fdbbd28419d5c6f91b305b Mon Sep 17 00:00:00 2001 From: kay27 Date: Sat, 8 May 2021 14:12:13 +0400 Subject: [PATCH] [mcl_mobspawners] Remove a typo (tab character) --- mods/ITEMS/mcl_mobspawners/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_mobspawners/init.lua b/mods/ITEMS/mcl_mobspawners/init.lua index 2c3c83c40..fe01f4c52 100644 --- a/mods/ITEMS/mcl_mobspawners/init.lua +++ b/mods/ITEMS/mcl_mobspawners/init.lua @@ -96,7 +96,7 @@ All the arguments are optional! * Mob: ID of mob to spawn (default: mobs_mc:pig) * MinLight: Minimum light to spawn (default: 0) - * MaxLight: Maximum light to spawn (default: 15) +* MaxLight: Maximum light to spawn (default: 15) * MaxMobsInArea: How many mobs are allowed in the area around the spawner (default: 4) * PlayerDistance: Spawn mobs only if a player is within this distance; 0 to disable (default: 15) * YOffset: Y offset to spawn mobs; 0 to disable (default: 0)