Project-RT / RandomTweaker

Provides many more mods support and great features for CraftTweaker.
https://www.curseforge.com/minecraft/mc-mods/randomtweaker
MIT License
21 stars 8 forks source link

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

Open Krutoy242 opened 7 months ago

Krutoy242 commented 7 months ago

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.

ikexing-cn commented 7 months ago

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 :(

Robolightning commented 7 months ago

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

ikexing-cn commented 7 months ago

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

Robolightning commented 7 months ago

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

debug.log latest.log launcher_log.txt