[mcl_mobspawners] Remove a typo (tab character)
This commit is contained in:
parent
4bb27a0d79
commit
31b56e77ee
|
@ -96,7 +96,7 @@ All the arguments are optional!
|
||||||
|
|
||||||
* Mob: ID of mob to spawn (default: mobs_mc:pig)
|
* Mob: ID of mob to spawn (default: mobs_mc:pig)
|
||||||
* MinLight: Minimum light to spawn (default: 0)
|
* 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)
|
* 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)
|
* 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)
|
* YOffset: Y offset to spawn mobs; 0 to disable (default: 0)
|
||||||
|
|
Loading…
Reference in New Issue