diff --git a/the_bridge.lua b/the_bridge.lua index b4b769a..803515b 100644 --- a/the_bridge.lua +++ b/the_bridge.lua @@ -143,7 +143,7 @@ minetest.register_node("the_bridge:goal_area_blue",{ sunlight_propagates = true, walkable = true, - pointable = false, + pointable = true, diggable = false, buildable_to = false, drop = "", @@ -156,7 +156,7 @@ minetest.register_node("the_bridge:void", { paramtype = "light", sunlight_propagates = true, walkable = true, - pointable = false, + pointable = true, diggable = false, buildable_to = false, drop = "",