AntiqueAtlasTeam / AntiqueAtlas

A Minecraft mod that adds a fancy interactive map item.
http://www.minecraftforum.net/topic/2045745-164forge-antique-atlas
Other
253 stars 72 forks source link

Manually added srg name for lambda methods #423

Closed Stereowalker closed 2 years ago

tyra314 commented 2 years ago

When I try to start Minecraft using the built artifact from this PR, it crashes during the startup:

[12:12:48] [pool-3-thread-1/FATAL] [mixin/]: Mixin apply failed antiqueatlas.mixins.json:MixinPlayerEntity -> net.minecraft.world.entity.player.Player: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on tick could not find any targets matching 'tick' in net.minecraft.world.entity.player.Player. No refMap loaded. [PREINJECT Applicator Phase -> antiqueatlas.mixins.json:MixinPlayerEntity -> Prepare Injections ->  -> handler$zzb000$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on tick could not find any targets matching 'tick' in net.minecraft.world.entity.player.Player. No refMap loaded. [PREINJECT Applicator Phase -> antiqueatlas.mixins.json:MixinPlayerEntity -> Prepare Injections ->  -> handler$zzb000$tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]

Isn't that the thing you try to fix with this PR?