forked from mtcontrib/markers
made compatible with newest version of MT
This commit is contained in:
parent
c09e8c0e1c
commit
ad3c999f64
@ -9,6 +9,7 @@ minetest.register_tool( "markers:land_title_register",
|
|||||||
wield_scale = {x=1,y=1,z=1},
|
wield_scale = {x=1,y=1,z=1},
|
||||||
stack_max = 1, -- there is no need to have more than one
|
stack_max = 1, -- there is no need to have more than one
|
||||||
liquids_pointable = true, -- ground with only water on can be owned as well
|
liquids_pointable = true, -- ground with only water on can be owned as well
|
||||||
|
--[[
|
||||||
-- the tool_capabilities are completely irrelevant here - no need to dig
|
-- the tool_capabilities are completely irrelevant here - no need to dig
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 1.0,
|
||||||
@ -19,6 +20,7 @@ minetest.register_tool( "markers:land_title_register",
|
|||||||
choppy={times={[3]=0.90}, maxwear=0.05, maxlevel=0}
|
choppy={times={[3]=0.90}, maxwear=0.05, maxlevel=0}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
--]]
|
||||||
node_placement_prediction = nil,
|
node_placement_prediction = nil,
|
||||||
|
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
|
Loading…
Reference in New Issue
Block a user