PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

IModelData support #189

Closed rikka0w0 closed 4 years ago

rikka0w0 commented 4 years ago

This PR adds IModelData and IForgeBakedModel support, it introduces a new package patchwork-extensions-bakedmodel.

This PR does not have IForgeBakedModel.handlePerspective and IForgeBakedModel.doesHandlePerspectives callbacks, they will be supported in a separated package.