Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)

Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)

441k Downloads

quilted fabric object builder api missing getMaterial()

JieningYu opened this issue ยท 2 comments

commented

issue with eden ring
missing net.fabricmc.fabric.mixin.object.builder.AbstractBlockSettingsAccessor.getMaterial()

commented

This is really an issue with Eden Ring -- there is no reason that it should be using a Fabric API mixin class, especially not an accessor, it should just be accessing it through its own accessor. We only support API classes and some commonly used impl classes.

commented

Nevermind -- as it turns out, this is kind of used as public API, so I'll be making something here soon to readd these methods