moddingplayground / twigs-fabric

A Minecraft building blocks mod
https://moddingplayground.net/twigs
MIT License
15 stars 13 forks source link

Formatting issue on newer builds of Fabric #7

Closed Sunconure11 closed 2 years ago

Sunconure11 commented 2 years ago

https://pastebin.com/tYNqP6dz

andantet commented 2 years ago

FormattedException thrown by Not Enough Crashes, as opposed to a formatting issue :)

The actual thrown exception, here:

Caused by: net.fabricmc.loader.impl.util.ExceptionUtil$WrappedException: net.fabricmc.loader.impl.util.UrlConversionException: java.net.MalformedURLException: unknown protocol: magic-at

...appears to be thrown by Fabric-ASM, used by both Farmer's Delight and Craft Tweaker.

This crash occurs when Twigs is registering its item group (practically the same as #5), so Twigs *shouldn't* be responsible for this crash.

andantet commented 2 years ago

Stale