try and fix the sickle again because apparently it didnt work
This commit is contained in:
parent
e4bf804f75
commit
833e11a7bd
@ -1,5 +1,5 @@
|
||||
movement_liquid_sink = 18
|
||||
movement_speed_jump = 5.6
|
||||
movement_liquid_sink = 36
|
||||
movement_speed_jump = 6.6
|
||||
|
||||
remove_items = 86400
|
||||
enable_item_pickup = true
|
@ -127,7 +127,7 @@ function gs_tools.get_chopped(pos, group, digger)
|
||||
local pos2 = p
|
||||
for x1=-1,1 do
|
||||
for z1=-1,1 do
|
||||
if minetest.get_item_group(minetest.get_node({x=p.x+x1, y=p.y, z=p.z+z1}).name, group) > 0 and minetest.get_item_group(minetest.get_node({x=p.x+x1, y=p.y, z=p.z+z1}).name, "leafdecay") > 0 then
|
||||
if minetest.get_item_group(minetest.get_node({x=p.x+x1, y=p.y, z=p.z+z1}).name, group) > 0 and minetest.get_item_group(minetest.get_node({x=p.x+x1, y=p.y, z=p.z+z1}).name, "leafdecay") ~=3 then
|
||||
if minetest.is_protected(pos, digger:get_player_name()) then
|
||||
minetest.record_protection_violation(pos, digger:get_player_name())
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user