Skip to content
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

Open
wants to merge 18 commits into
base: 1.19
Choose a base branch
from

Conversation

jlwoolf
Copy link

@jlwoolf jlwoolf commented Oct 13, 2023

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.

@jeremiahwinsley
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants