gbl

Results 24 comments of gbl

Hm, it doesn't do that for me. Please post a complete crash log. This sounds like the game doesn't find Fabric API.

The log is still incomplete, there's some stuff missing from the top which should look like this: ``` [08:57:16] [main/INFO]: Loading for game Minecraft 1.18 [08:57:16] [main/INFO]: Loading 77 mods:...

Oh that's interesting. It looks like for some reason your Fabric API gets loaded from sodium, instead of the API itself. Your "loading mods" says: ``` - fabric 0.43.1+1.18 -...

Sorry, I'm afraid I can't help you much here. I can't see anything in the logs that hints at the cause of the crash. There are almost 1000 downloads on...

Can you upload / link that file somewhere? I'm just using the standard Minecraft way of playing a sound file, so it has to have to do something with the...

The newest version can do that - you can switch the warning between sound only, visual only, both, or none.

Ah, sorry, I didn't see you're still back at 1.12. Sorry, but I won't backport features to those old versions, that's just too much work for too few users. (The...

Sorry, I don't understand - which white armor bar? The mod should show the items with the numbers next to them?

But, Vanilla doesn't have an armor bar? Can you send me a screenshot of what you're talking about?

I don't really understand a lot about Gradle, I'm just using somebody's script from here: https://github.com/FabricMC/fabric-loom That thing has, in AbstractPlugin.java (I amended some logging): ```java project.getLogger().lifecycle(":setting java compiler args");...