forked from VoxeLibre/VoxeLibre
Split search distance in half.
This commit is contained in:
parent
37af2dbba1
commit
d11b089bac
|
@ -30,7 +30,7 @@ local bobber_ENTITY={
|
|||
local fish = function(itemstack, player)
|
||||
local pos = player:get_pos()
|
||||
|
||||
local objs = minetest.get_objects_inside_radius(pos, 250)
|
||||
local objs = minetest.get_objects_inside_radius(pos, 125)
|
||||
local num = 0
|
||||
local ent = nil
|
||||
local noent = true
|
||||
|
|
Loading…
Reference in New Issue