forked from minetest-mods/technic
Fix code style (useless or)
This commit is contained in:
parent
46f3f8ec7d
commit
c5127f4b1b
|
@ -697,7 +697,7 @@ if (corium_griefing == 1) then
|
|||
minetest.register_abm({
|
||||
nodenames = {"technic:corium_flowing"},
|
||||
interval = 5,
|
||||
chance = (10 or 1),
|
||||
chance = 10,
|
||||
action = function (pos, node)
|
||||
minetest.set_node(pos, {name="technic:chernobylite_block"})
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue
Block a user