merge lodestone in new branch #2

Merged
chmodsayshello merged 13 commits from mcl2_lodestone into lodestone_with_cooldown 2022-04-27 20:22:52 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5c8f94d620 - Show all commits

View File

@ -14,6 +14,7 @@ local random_timer_trigger = 0.5 -- random compass spinning tick in seconds. Inc
local random_frame = math.random(0, compass_frames-1)
function mcl_compass.get_compass_image(pos, dir, itemstack)
local compass_image = ""
-- Compasses do not work in certain zones
local lodestone_pos = minetest.string_to_pos(itemstack:get_meta():get_string("pointsto"))