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

@ -19,9 +19,9 @@ if minetest.get_modpath("doc") then
end
ice_sprite_bottle_desc = S("A bottle containing a captured ice sprite.")
ice_sprite_bottle_usage = S("Ice sprites radiate both light and freezing cold.")
end
end
end
minetest.register_node("ice_sprites:ice_sprite", {
description = S("Ice Sprite"),
_doc_items_longdesc = ice_sprite_desc,