mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Change default spawner settings
This commit is contained in:
parent
7fa7afba54
commit
a0999c2141
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local S = mobs.intllib
|
|||
|
||||
-- mob spawner
|
||||
|
||||
local spawner_default = "mobs_animal:pumba 10 15 0 0"
|
||||
local spawner_default = "mobs_mc:chicken 10 15 0 0"
|
||||
|
||||
minetest.register_node("mobs:spawner", {
|
||||
tiles = {"mob_spawner.png"},
|
||||
|
|
Loading…
Reference in a new issue