Where to find needed code for mining reach?
Posted: Mon Apr 18, 2016 11:36 am
The creater of the Long Reach mod used these lines of code to modify the build and reach distance
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.
Code: Select all
data.raw.player.player.build_distance = 10000
data.raw.player.player.reach_distance = 10000
I want to modify the mod to include manual mining distance but can't find the code needed.