Skip to content

Commit d5f1f96

Browse files
committedFeb 25, 2017
Lavacooling: Return to chance = 2
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.
1 parent 1ec31d8 commit d5f1f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/default/functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ minetest.register_abm({
136136
nodenames = {"default:lava_source", "default:lava_flowing"},
137137
neighbors = {"group:cools_lava", "group:water"},
138138
interval = 1,
139-
chance = 1,
139+
chance = 2,
140140
catch_up = false,
141141
action = function(...)
142142
default.cool_lava(...)

0 commit comments

Comments
 (0)