From 35290e7eac5dbb72b31ab4fa36835db40da8e00f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 5 Apr 2021 01:29:07 +0200 Subject: [PATCH] Add z_index to waypoint --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 0d39f6e..9c15202 100644 --- a/init.lua +++ b/init.lua @@ -940,6 +940,7 @@ function schemedit.display_node_prob(player, pos, prob, force_place) text = "m", -- For the distance artifact [legacy] number = text_color_number, world_pos = pos, + z_index = -300, }) end end