Add config option for max Environmental Controller radius#1906
Add config option for max Environmental Controller radius#1906ajthemacboy wants to merge 3 commits into
Conversation
|
@josephcsible This automatically added an option in the config, but the config isn't changing the maximum value of the slider in the Environmental Controller. The max value there is still 100. I've looked but I can't find any place to change the max slider value... do you know where I could? |
|
The value of 100 is the default from McJtyLib for all scrollable labels, here. You'll want to override it by adding a Edit: Actually, it looks like you can't use code there. Instead, you'll have to call |
|
Everything seems to work, I will be using this in my world... thanks for your help :) |
|
Sorry for not handling this quickly enough but now it has conflicts because I changed how configs work. Could you fix this? Thanks |
|
I'll ask a friend of mine to implement this on rftools 1.12 - 7.73, if we have something i'll upload it |
|
Impossible, the code has changed a lot, we can't do anything |
This is completely untested. I don't know Java but I think this might work. I didn't add this option to the default config file yet because I haven't found where to do that... maybe it is done automatically?
Would fix #1903.