Fabric's Biome Api Reforged

Fabric's Biome Api Reforged

2M Downloads

Mixin not found crash

UltrusBot opened this issue ยท 0 comments

commented

I launched the game with just this installed (Version 2.0.1 from CF), and a crash occurs due to a mixin not being found. It looks like the fabric-biome-api.mixins.json contains mixins which aren't used any more, which causes it to crash.

This was the error from the logs:

Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'net.fabricmc.fabric.mixin.biome.modification.BiomeAccessor' was not found
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:864)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:850)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:775)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:539)
	... 39 more
Caused by: java.lang.ClassNotFoundException: The specified mixin 'net.fabricmc.fabric.mixin.biome.modification.BiomeAccessor' was not found
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1313)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:857)
	... 42 more