glass no longer has to be right on top of the beacon

This commit is contained in:
chmodsayshello 2022-07-31 12:34:23 +00:00 committed by cora
parent 1830ca8815
commit 4d52c0d9c6
1 changed files with 2 additions and 4 deletions

View File

@ -279,10 +279,8 @@ minetest.register_node("mcl_beacons:beacon", {
end
if y == pos.y+1 then
if minetest.get_item_group(node.name, "glass") ~= 0 then
beam_palette_index = get_beacon_beam(node.name)
end
if minetest.get_item_group(node.name, "glass") ~= 0 then
beam_palette_index = get_beacon_beam(node.name)
end
if node.name == "air" then