comment adjustment and new mob spawner particle texture

This commit is contained in:
Juraj Vajda 2017-12-25 23:14:43 -05:00
parent 66a99e6e81
commit 0c787ac7ab
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 234 B

View File

@ -1,7 +1,7 @@
-- main tables
spawners_ores = {}
-- how often node timers for plants will tick, +/- some random value
-- how often node timers for minerals will tick, +/- some random value
function spawners_ores.tick(pos)
minetest.get_node_timer(pos):start(math.random(30, 60))
end