mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-05 09:00:22 +02:00
add .luacheckrc
and gh action
This commit is contained in:
@ -59,7 +59,7 @@ minetest.register_node("mesecons_random:ghoststone_active", {
|
||||
}},
|
||||
on_construct = function(pos)
|
||||
-- remove shadow
|
||||
shadowpos = vector.add(pos, vector.new(0, 1, 0))
|
||||
local shadowpos = vector.add(pos, vector.new(0, 1, 0))
|
||||
if (minetest.get_node(shadowpos).name == "air") then
|
||||
minetest.dig_node(shadowpos)
|
||||
end
|
||||
|
Reference in New Issue
Block a user