Skip to content

Commit

Permalink
Lavacooling: Return to chance = 2
Browse files Browse the repository at this point in the history
Return to previous parameters interval = 1, chance = 2.
Compensates for the increase in default active block radius.
Large amounts of lava cooling at once is known to overload sound
creation, producing error messages.
  • Loading branch information
paramat committed Feb 25, 2017
1 parent 1ec31d8 commit d5f1f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/functions.lua
Expand Up @@ -136,7 +136,7 @@ minetest.register_abm({
nodenames = {"default:lava_source", "default:lava_flowing"},
neighbors = {"group:cools_lava", "group:water"},
interval = 1,
chance = 1,
chance = 2,
catch_up = false,
action = function(...)
default.cool_lava(...)
Expand Down

0 comments on commit d5f1f96

Please sign in to comment.