鏡像自
https://github.com/minetest-mods/technic.git
已同步 2025-09-18 13:40:35 +02:00
Fix code style (useless or)
此提交包含在:
@@ -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,
|
||||
|
新增問題並參考
封鎖使用者