Forgified Fabric API

Forgified Fabric API

13M Downloads

Interpole Forge Model API with FRAPI

Lolothepro opened this issue ยท 2 comments

commented
commented

Can you please provide which APIs exactly should be bridged?

commented

Forge's getModelData and getQuads does not default to Fabric emitBlockQuads and vice versa
For example, Continuity only uses emitBlockQuads and calls emitBlockQuads on the wrapped model. If the wrapped model is a Forge model that uses getQuads + getModelData, the emitBlockQuads call on the wrapped model will not work well. The other way around also applies, for example if a Forge model wraps a Fabric model.

Pepper