VulpixelMC / YummyQuiltHacks

A series of yummy 😋 hacks and utilities for covering legitimate usecases in immoral ways
Mozilla Public License 2.0
6 stars 2 forks source link

ASM Transformations Don't Apply w/o QFAPI #2

Closed sylv256 closed 1 year ago

sylv256 commented 1 year ago

Version

0.1.0

Description

When Quilted Fabric API is not included at runtime, any mixin ASM transformations registered will not apply.

Expected Behavior

Mixin ASM transformations are to be applied.

Solution

Remove dependency on Quilted Fabric API and investigate mixin ASM bug.