master
LinusHsao 2016-07-08 11:54:38 +00:00
parent 205388813d
commit 95d98c0cd4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ minetest.register_alias("default:cloud", "default:water_source")
minetest.register_abm({
nodenames = {"default:cloud"},
-- neighbors = {"group:water"},
interval = 1,
interval = 10,
chance = 1,
catch_up = false,
action = function(pos, node)