quilted fabric object builder api missing getMaterial()
JieningYu opened this issue ยท 2 comments
issue with eden ring
missing net.fabricmc.fabric.mixin.object.builder.AbstractBlockSettingsAccessor.getMaterial()
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.