-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the ability to configure if ores are quarryable #62
base: 1.19
Are you sure you want to change the base?
Conversation
I don't remember specific examples offhand, but -1 hardness is necessary to block several ways of harvesting that only check whether the block is unbreakable. I'm not sure if Vortex even wants this to be configurable, but I'll chime in with some code review - this should be a server config, not a common config. The filename should not be specified when registering the config. The client config should be removed since it's not used. |
Added a config file that allows enabling and disabling quarryability.
Note: The reason for the change in hardness is I could not get the config to work with mechanism slurries. I choose a value that should be high enough that it can't be blown up. But I am not a fan of this solution. Check out branch origin/1.19-hardness-config on my fork for what I was trying that wasn't working.
In testing, this config worked with the rftools builder and the mekanism digital miner.