Added the ability to configure if ores are quarryable#62
Open
jlwoolf wants to merge 18 commits intoAllTheMods:1.19from
Open
Added the ability to configure if ores are quarryable#62jlwoolf wants to merge 18 commits intoAllTheMods:1.19from
jlwoolf wants to merge 18 commits intoAllTheMods:1.19from
Conversation
Contributor
|
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 14 commits
October 15, 2023 09:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.