RandomTweaker
RandomTweaker copied to clipboard
(not actual issue) `FTBUltimine` Mixin trying to inject despite neither `FTBUltimine` mod installed or `AllowCrTControl` option enabled
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.
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 :(
I have the same issue. At versions RandomTweaker upper 1.4.2 the game do not start
@Robolightning Are you sure it's the same issue? It's just a meaningless log.
@Robolightning Are you sure it's the same issue? It's just a meaningless log.