From c83d7a172083d8ec9100ab96e16d01281436ce33 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Sun, 9 Oct 2022 17:26:46 +0200 Subject: [PATCH] make goals pointable again --- the_bridge.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "",