cleaning up some stuff with luacheck.

This commit is contained in:
FaceDeer
2023-09-29 16:09:25 -06:00
parent c9dedef095
commit f537af33bc
88 changed files with 1695 additions and 1644 deletions

View File

@ -167,11 +167,11 @@ if minetest.get_modpath("dynamic_liquid") then
minetest.swap_node(pos, next_node)
end
end
end
end
end
end,
})
-- If oil is wandering around on top of a layer of water that isn't full, drop it down
-- into the water layer. This helps drive the system toward a more static state with a flat-looking surface.
minetest.register_abm({
@ -208,7 +208,7 @@ if df_dependencies.bucket_register_liquid then
burntime = 370, -- same as coalblock
replacements = {{"oil:oil_bucket", bucket_empty}},
})
if minetest.get_modpath("basic_materials") then
minetest.register_craft({
type = "cooking",