Rename "Monster Spawner" to "Mob Spawner"

This commit is contained in:
Wuzzy 2018-01-07 16:58:44 +01:00
parent cc411efe4c
commit 3cf6656df2
7 changed files with 24 additions and 25 deletions

View file

@ -1,3 +1,3 @@
minetest.register_privilege("maphack", {
description = "Can place and use advanced blocks like monster spawners, command blocks and barriers.",
description = "Can place and use advanced blocks like mob spawners, command blocks and barriers.",
})