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

Implement Forge's ModelLoader #155

Closed rikka0w0 closed 3 years ago

rikka0w0 commented 4 years ago

I think we should make IModelData a separate module.

rikka0w0 commented 4 years ago

The IModelData stuff and IForgeBakedModel will be in #189. Otherwise the model-loader package will be too big. I will continue this once #189 is merged.

rikka0w0 commented 3 years ago

Since there are a lot of incompatible changes between 1.14.4 and 1.15/1.16 ModelLoader, I decided to have a fresh start once we move to 1.15 or 1.16.