-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fabric edition is not configurable #88
Comments
The Fabric version isn't configurable yet. Been something I've been meaning to do for a while, but haven't gotten around to it. Related: #85 |
I'm glad this is something in progress, because it was a concern of mine for a while starting to use it on Fabric compared to Forge. If there's anything a contributor can do to help, let it be known; it's always handy to lift a burden off of someone when they need it. |
@squeek502 In |
I think for Fabric the standard is to use Cloth + AutoConfig: |
Config added in v2.0.0 |
When I switched from Forge to Fabric, I noticed that AppleSkin seemed to be ignoring its config file now. (In particular,
showFoodValuesHudOverlay
is ignored.)I tried copying the file
config/appleskin-client.toml
toconfig/fabric/appleskin-client.toml
, but that did not fix it.Is there something else that needs to be done to configure the Fabric edition (in which case I'll happily send a PR to update the documentation), or is this a bug in the code?
The text was updated successfully, but these errors were encountered: