mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Tweak highlandpools mod
(Remove pebbles and flowers for the remove abm function)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user