generated from jaredlll08/MultiLoader-Template
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When trying to use Veil in a Fabric/NeoForge multiplatform project (1.21.1) with Architectury Loom, it fails to build because Veil uses Fabric Loom 1.8-SNAPSHOT for the 1.21.1 builds, whereas Architectury Loom v1.8-SNAPSHOT doesn't exist, and it fails with:
> Failed to setup Minecraft, java.lang.IllegalStateException: Mod was built with a newer version of Loom (1.8.9), you are using Loom (1.7.414)
Describe the solution you'd like
It would be great if Veil could roll back Loom to 1.7-SNAPSHOT.
Describe alternatives you've considered
N/A (Well I could build it myself but that would be less convenient and I'm sure I'm not going to be the only one with this issue.)
Additional context
Using Veil 1.0.0.28 for Minecraft 1.21.1 and Architectury Loom 1.7-SNAPSHOT.
Reactions are currently unavailable