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

Parent Mixin Directories Cannot Be Disabled #5

Open
Rad586 opened this issue May 29, 2024 · 2 comments
Open

Parent Mixin Directories Cannot Be Disabled #5

Rad586 opened this issue May 29, 2024 · 2 comments

Comments

@Rad586
Copy link

Rad586 commented May 29, 2024

Game version: fabric 1.19.2, fabric loader 0.15.11, fabric api 0.77.0
Mod version: 0.0.1
Log: https://gist.github.com/Rad586/d85d84cff1fcd8447eeca530514c6bae
Config:

mixin.block_entity = false
mixin.entity = false
mixin.fastmath = false
mixin.item = false
mixin.logic = false
mixin.memory = false
mixin.random = false
mixin.remove= false
mixin.startup = false
mixin.threading = false
mixin.unstream = false
mixin.world = false
@QPCrummer
Copy link
Contributor

Ok, I see two issues here.

  1. The mixins you tried disabling (by disabling the whole package) didn’t disable
  2. 1.19.2 has a completely different DataFixerUpper, so my optimization should definitely be removed

I’ll fix both of these issues and push a new dev build in a few hours. Thanks for reporting this.

@QPCrummer
Copy link
Contributor

Ok, this version should fix the first issue, but the second one needs to be fixed on all versions of the mod. Here's the new 1.19.2 version: https://modrinth.com/mod/potatoptimize/version/dD77tepQ

@QPCrummer QPCrummer changed the title 1.19.2 crashes on startup with no feature enabled Parent Mixin Directories Cannot Be Disabled May 29, 2024
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

No branches or pull requests

2 participants