Increase default inclusion radius

This commit is contained in:
stujones11 2013-12-22 20:45:11 +00:00
parent a86cc6bc32
commit 490b8ee7b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MESHNODE_MAX_SPEED = 2
MESHNODE_MAX_LIFT = 1
MESHNODE_YAW_AMOUNT = 0.02
MESHNODE_MAX_RADIUS = 10
MESHNODE_MAX_RADIUS = 50
local modpath = minetest.get_modpath(minetest.get_current_modname())
local input = io.open(modpath.."/meshnode.conf", "r")

View File

@ -10,5 +10,5 @@ MESHNODE_MAX_LIFT = 1
MESHNODE_YAW_AMOUNT = 0.02
-- Maximum Entity Area
MESHNODE_MAX_RADIUS = 10
MESHNODE_MAX_RADIUS = 50