RandomTweaker icon indicating copy to clipboard operation
RandomTweaker copied to clipboard

(not actual issue) `FTBUltimine` Mixin trying to inject despite neither `FTBUltimine` mod installed or `AllowCrTControl` option enabled

Open Krutoy242 opened this issue 1 year ago • 4 comments
trafficstars

I don't have FTBUltimine installed, but according to debug.log file, RandomTweaker still trying to inject its code:

[mixin]: @Mixin target com.feed_the_beast.mods.ftbultimine.client.FTBUltimineClient was not found mixins.randomtweaker.mods.json:ftbultimine.MixinFTBUltimineClient from mod unknown-owner

This is also sounds strange since its trying to inject even if this config option set to false:

ftbultimine {
    # If true, Allow Crt to Control the FTBUltimine enable
    B:AllowCrTControl=false
}

I expect, for every tweak in randomtweaker.cfg file, if option is disabled, it should not inject code into other mods. I dont know how mixins works, but i suspect that this would make my modpack load tiny bit faster and reduce incompatibility with other mods that changing same classes.

Krutoy242 avatar Mar 20 '24 11:03 Krutoy242

I don't think this would take more than a few milliseconds even if it was actually injected.

I dont know how mixins works, but i suspect that this would make my modpack load tiny bit faster and reduce incompatibility with other mods that changing same classes.

Yes we can, but I'm not enough free time for update :(

ikexing-cn avatar Mar 21 '24 10:03 ikexing-cn

I have the same issue. At versions RandomTweaker upper 1.4.2 the game do not start

Robolightning avatar Mar 29 '24 21:03 Robolightning

@Robolightning Are you sure it's the same issue? It's just a meaningless log.

ikexing-cn avatar Mar 29 '24 22:03 ikexing-cn

@Robolightning Are you sure it's the same issue? It's just a meaningless log.

debug.log latest.log launcher_log.txt

Robolightning avatar Mar 29 '24 22:03 Robolightning