From ad3c999f64ebc4023bd85635a5f6169043d6faff Mon Sep 17 00:00:00 2001 From: Sokomine Date: Tue, 4 Jul 2017 20:54:54 +0200 Subject: [PATCH] made compatible with newest version of MT --- land_title_register.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/land_title_register.lua b/land_title_register.lua index 4156acb..8a1d56f 100644 --- a/land_title_register.lua +++ b/land_title_register.lua @@ -9,6 +9,7 @@ minetest.register_tool( "markers:land_title_register", wield_scale = {x=1,y=1,z=1}, 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 +--[[ -- the tool_capabilities are completely irrelevant here - no need to dig tool_capabilities = { 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} } }, +--]] node_placement_prediction = nil, on_place = function(itemstack, placer, pointed_thing)