FiniteReality / embeddium

An open-source client performance mod for Minecraft (based on Sodium 0.5.8) prioritizing reliability & mod compatibility
https://legacy.curseforge.com/minecraft/mc-mods/embeddium
GNU Lesser General Public License v3.0
211 stars 90 forks source link

There is no `embeddium.mixins.json` found in the version 0.3.32+ from the maven #394

Open Yefancy opened 1 month ago

Yefancy commented 1 month ago

Bug Description

mc version 1.20.1 There is no embeddium.mixins.json found in the version 0.3.32+ from the maven jars

Reproduction Steps

import mode via

modImplementation("org.embeddedt:embeddium-1.20.1:0.3.32-beta.64+mc1.20.1")

Log File

Caused by: java.lang.IllegalArgumentException: The specified resource 'embeddium.mixins.json' was invalid or could not be read
    at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1282)
    at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
    ... 25 more
Yefancy commented 1 month ago

0.3.31+ includes it