You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: Unimined is remapping the mixin. So, the remapping is bugged?
Errors related
[WARN] [MIXIN] Failed to resolve @ModifyVariable m_260785_ ([null]) on (modifyBedForOccupiedState(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/level/block/state/BlockState;) null in net/fabricmc/fabric/mixin/entity/event/LivingEntityMixin
[ERROR] [MIXIN] Cannot resolve class net/minecraft/block/BlockState
[WARN] [MIXIN] Failed to resolve @Redirect m_260785_ ([null]) on (setOccupiedState(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/LivingEntity;Z)V) null in net/fabricmc/fabric/mixin/entity/event/LivingEntityMixin
[ERROR] [MIXIN] Cannot resolve class net/minecraft/block/BedBlock
[WARN] [MIXIN] Failed to resolve At target contains in mixin net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin
[WARN] [MIXIN] Failed to resolve @Redirect m_260785_ ([null]) on (modifyWakeUpPosition(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/CollisionGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;F)Ljava/util/Optional;) (Lnet/minecraft/world/entity/EntityType<*>;Lnet/minecraft/world/level/CollisionGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;F)Ljava/util/Optional<Lnet/minecraft/world/phys/Vec3;>; in net/fabricmc/fabric/mixin/entity/event/LivingEntityMixin
Not sure is it related to #72. Forgified fabric api is crashing in dev.
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method onEntityKilledOther(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Z in fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1 failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap fabric-entity-events-v1-refmap.json
According to SpongePowered/Mixin#462 (comment). I guess I need to specify the mapping file. But I can't find it.
EDIT: Unimined is remapping the mixin. So, the remapping is bugged?
Errors related
The refmap isn't matching after remapped
Original:
Remapped:
The text was updated successfully, but these errors were encountered: