Keksuccino / Konkrete

Source code for Konkrete.
Apache License 2.0
7 stars 7 forks source link

mod“konkrete”中的命名空间不匹配 #17

Closed Ran-Yijiu closed 1 year ago

Ran-Yijiu commented 1 year ago

I am using your mod "konkrete" and encountering an error during the loading process, which prevents the game from starting. The error log shows the following exception:

java.lang.RuntimeException: Failed to read accessWidener file from mod konkrete
...
Caused by: net.fabricmc.accesswidener.AccessWidenerFormatException: Namespace (named) does not match current runtime namespace (intermediary)

Minecraft version: 1.20.1 Fabric Loader version: 0.14.21 "konkrete" mod version: 1.6.1 Other installed mods: Fabric API(0.85.0)mod

Keksuccino commented 1 year ago

Please send me the full log.

Also make sure you're using the correct JAR (not the dev jar).

Ran-Yijiu commented 1 year ago

I re-subscribe and found that I downloaded the developer jar, and now I can use it and no error, sorry for the trouble.