Various luacheck fixes
This commit is contained in:
parent
44fb87a68e
commit
d331b6bf6e
@ -1,8 +1,9 @@
|
|||||||
unused_args = false
|
unused_args = false
|
||||||
allow_defined_top = true
|
allow_defined_top = true
|
||||||
|
max_line_length = 999
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"minetest",
|
"minetest", "lavastuff",
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
|
2
init.lua
2
init.lua
@ -397,7 +397,7 @@ end
|
|||||||
-- Nodes
|
-- Nodes
|
||||||
--
|
--
|
||||||
|
|
||||||
minetest.register_node ("lavastuff:block", {
|
minetest.register_node("lavastuff:block", {
|
||||||
description = S("Lava Block"),
|
description = S("Lava Block"),
|
||||||
tiles = {"lavastuff_block.png"},
|
tiles = {"lavastuff_block.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user