Sinytra / ForgifiedFabricAPI

Fabric API implemented on top of NeoForge
https://sinytra.org/docs
Apache License 2.0
107 stars 13 forks source link

Interpole Forge Model API with FRAPI #32

Open Lolothepro opened 1 year ago

Su5eD commented 11 months ago

Can you please provide which APIs exactly should be bridged?

Lolothepro commented 11 months ago

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