Made spider webs less likely to disappear

master
DonBatman 2016-05-16 06:42:06 -07:00
parent 9aee510ebb
commit 239c8b62b3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ minetest.register_ore({
minetest.register_abm({
nodenames = {"nssm:web"},
interval = 20,
chance = 10,
chance = 25,
action = function(pos, node, active_object_count, active_object_count_wider)
minetest.set_node(pos, {name = "air"})
end,