ForgifiedFabricAPI icon indicating copy to clipboard operation
ForgifiedFabricAPI copied to clipboard

Interpole Forge Model API with FRAPI

Open Lolothepro opened this issue 2 years ago • 2 comments

Lolothepro avatar Aug 26 '23 13:08 Lolothepro

Can you please provide which APIs exactly should be bridged?

Su5eD avatar Sep 23 '23 09:09 Su5eD

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

Lolothepro avatar Sep 23 '23 15:09 Lolothepro