make goals pointable again

This commit is contained in:
chmodsayshello 2022-10-09 17:26:46 +02:00
parent 0d180ed3c0
commit c83d7a1720
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ minetest.register_node("the_bridge:goal_area_blue",{
sunlight_propagates = true, sunlight_propagates = true,
walkable = true, walkable = true,
pointable = false, pointable = true,
diggable = false, diggable = false,
buildable_to = false, buildable_to = false,
drop = "", drop = "",
@ -156,7 +156,7 @@ minetest.register_node("the_bridge:void", {
paramtype = "light", paramtype = "light",
sunlight_propagates = true, sunlight_propagates = true,
walkable = true, walkable = true,
pointable = false, pointable = true,
diggable = false, diggable = false,
buildable_to = false, buildable_to = false,
drop = "", drop = "",