Universal Tweaks

Universal Tweaks

871k Downloads

Why I see Mixin WARNs for mods I don't have?

Krutoy242 opened this issue · 1 comments

commented

After recent update of UT, i started to get this warnings in my debug.log file.

What does this means? I dont have all those mods and i though UT would not even try to use mixins for them.

@Mixin target com.shinoow.abyssalcraft.common.items.ItemConfigurator was not found mixins.mods.abyssalcraft.json:UTItemConfiguratorMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target com.shinoow.abyssalcraft.common.handlers.ItemTransferEventHandler was not found mixins.mods.abyssalcraft.json:UTItemTransferEventHandlerMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target team.cqr.cqrepoured.event.EventsHandler was not found mixins.mods.cqrepoured.json:UTGoldenFeatherEventMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target team.cqr.cqrepoured.item.ItemGoldenFeather was not found mixins.mods.cqrepoured.json:UTGoldenFeatherItemMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target de.krokoyt.element.items.ElectricStaff was not found mixins.mods.elementarystaffs.json:UTElectricStaffMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target com.elenai.elenaidodge2.api.FeathersHelper was not found mixins.mods.elenaidodge2.json:UTED2FeathersHelperMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target funwayguy.epicsiegemod.ai.additions.AdditionDigger was not found mixins.mods.epicsiegemod.json:UTDiggerDebugMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target atomicstryker.infernalmobs.common.mods.MM_Sticky was not found mixins.mods.infernalmobs.json:UTInfernalMobsStickyMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target codersafterdark.reskillable.base.ExperienceHelper was not found mixins.mods.reskillable.json:UTReskillableLinearXPMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target com.charles445.simpledifficulty.block.BlockRainCollector was not found mixins.mods.simpledifficulty.json:UTRainCollectorCanteenMixin from mod UniversalTweaks_1_12_2_1_7_0
@Mixin target techreborn.tiles.tier1.TileRollingMachine was not found mixins.mods.techreborn.json:UTRollingMachineBlockEntityMixin from mod UniversalTweaks_1_12_2_1_7_0

debug.log

commented

Seems to happen with MixinBooter 8 from what I could gather. Will investigate!
As these are just warnings, it‘s nothing to worry about.