Tater-Certified / Potatoptimize

Let Tater optimize your game! It may be more potato than vanilla when it is done!
GNU General Public License v3.0
11 stars 1 forks source link

Parent Mixin Directories Cannot Be Disabled #5

Open Rad586 opened 1 month ago

Rad586 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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