add texture, increase range
This commit is contained in:
parent
1f92dac762
commit
b1b233033b
3
init.lua
3
init.lua
@ -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
|
||||
|
BIN
textures/Waypoint_compass_inventory_image.png
Normal file
BIN
textures/Waypoint_compass_inventory_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in New Issue
Block a user