Twigs

Twigs

6M Downloads

Formatting issue on newer builds of Fabric

Sunconure11 opened this issue ยท 2 comments

commented

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.

commented

Stale