Page 1 of 1

Where to find needed code for mining reach?

Posted: Mon Apr 18, 2016 11:36 am
by Modymo
The creater of the Long Reach mod used these lines of code to modify the build and reach distance

Code: Select all

data.raw.player.player.build_distance = 10000
data.raw.player.player.reach_distance = 10000
Where did they find the code needed for this variable? And how do I search for other lines of similar code by myself?
I want to modify the mod to include manual mining distance but can't find the code needed.

Re: Where to find needed code for mining reach?

Posted: Mon Apr 18, 2016 11:42 am
by daniel34

Re: Where to find needed code for mining reach?

Posted: Mon Apr 18, 2016 11:48 am
by Modymo
One place I didn't check was the wiki -_-
Thanks, reach_resource_distance does the job ^_^