mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +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({
|
||||
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",
|
||||
"cavestuff:pebble_2","group:flowers"},
|
||||
"default:grass_5","default:grass_6","default:grass_7","default:grass_8"},
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
action = function(pos)
|
||||
|
Loading…
Reference in New Issue
Block a user