[mcl_mobspawners] Remove a typo (tab character)

This commit is contained in:
kay27 2021-05-08 14:12:13 +04:00
parent 4bb27a0d79
commit 31b56e77ee
1 changed files with 1 additions and 1 deletions

View File

@ -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)