comment adjustment and new mob spawner particle texture
This commit is contained in:
parent
66a99e6e81
commit
0c787ac7ab
Binary file not shown.
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 234 B |
@ -1,7 +1,7 @@
|
|||||||
-- main tables
|
-- main tables
|
||||||
spawners_ores = {}
|
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)
|
function spawners_ores.tick(pos)
|
||||||
minetest.get_node_timer(pos):start(math.random(30, 60))
|
minetest.get_node_timer(pos):start(math.random(30, 60))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user