Skip to content

Commit

Permalink
revert vacuum propagation change
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Sep 18, 2020
1 parent 84ffa36 commit 78b4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics_propagation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ minetest.register_abm({
nodenames = {"air"},
neighbors = {"vacuum:vacuum"},
interval = 1,
chance = 3,
chance = 1,
action = vacuum.throttle(1000, function(pos)

if metric_space_vacuum_abm ~= nil then metric_space_vacuum_abm.inc() end
Expand Down

0 comments on commit 78b4709

Please sign in to comment.