mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-08 19:20:38 +02:00
Further code cleanup
This commit is contained in:
@ -86,7 +86,6 @@ local function trim_the_lawn(itemstack, user)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local pos = user:get_pos()
|
local pos = user:get_pos()
|
||||||
local inv = user:get_inventory()
|
|
||||||
-- Defining the area for the search needs two positions
|
-- Defining the area for the search needs two positions
|
||||||
-- The tool has a limited range in the vertical axis, which is capped at +/- 1 node
|
-- The tool has a limited range in the vertical axis, which is capped at +/- 1 node
|
||||||
local start_pos = {
|
local start_pos = {
|
||||||
|
Reference in New Issue
Block a user