diff --git a/the_bridge.lua b/the_bridge.lua index 81b8a99..ae2e383 100644 --- a/the_bridge.lua +++ b/the_bridge.lua @@ -97,7 +97,7 @@ minetest.register_node("the_bridge:goal_area_red",{ sunlight_propagates = true, walkable = true, - pointable = true, + pointable = false, diggable = false, buildable_to = false, drop = "", @@ -112,7 +112,7 @@ minetest.register_node("the_bridge:goal_area_blue",{ sunlight_propagates = true, walkable = true, - pointable = true, + pointable = false, diggable = false, buildable_to = false, drop = "", @@ -125,7 +125,7 @@ minetest.register_node("the_bridge:void", { paramtype = "light", sunlight_propagates = true, walkable = true, - pointable = true, + pointable = false, diggable = false, buildable_to = false, drop = "",