add texture, increase range

This commit is contained in:
whosit 2021-05-15 15:03:20 +03:00
parent 1f92dac762
commit b1b233033b
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ minetest.register_tool("waypoint_compass:compass", {
description = "Waypoint compass",
short_description = "Waypoint compass",
inventory_image = "Waypoint_compass_inventory_image.png",
range = 100,
wield_scale = {x = 0.5, y = 0.5, z = 0.5},
range = 160, -- TODO what's the good range?
on_place = function(itemstack, placer, pointed_thing)
if pointed_thing and pointed_thing.type == "node" then
local pointed_pos = pointed_thing.above

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB