mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Tweak highlandpools mod
(Remove pebbles and flowers for the remove abm function)
This commit is contained in:
parent
e6910dba39
commit
3e6304c87b
|
@ -16,8 +16,7 @@ highlandpools = {}
|
||||||
|
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"default:grass_1","default:grass_2","default:grass_3","default:grass_4",
|
nodenames = {"default:grass_1","default:grass_2","default:grass_3","default:grass_4",
|
||||||
"default:grass_5","default:grass_6","default:grass_7","default:grass_8",
|
"default:grass_5","default:grass_6","default:grass_7","default:grass_8"},
|
||||||
"cavestuff:pebble_2","group:flowers"},
|
|
||||||
interval = 1,
|
interval = 1,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
action = function(pos)
|
action = function(pos)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user