mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
glass no longer has to be right on top of the beacon
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user