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

Required events for Forestry #94

Open ramidzkh opened 4 years ago

ramidzkh commented 4 years ago

Forestry

These are only the events which are remaining as of now

ZNixian commented 4 years ago

You've linked to the 1.15 dev branch?

ramidzkh commented 4 years ago

Sssh they're identical

rikka0w0 commented 4 years ago

These should be implemented in a new package (ModelLoader #106 ): ModelBakeEvent ModelRegistryEvent

However the implementation requires #87 and #79

cittyinthecloud commented 4 years ago

I can get RenderGameOverlayEvent if no one else is, have a decent solution to forge straight up reimplementing the class

valoeghese commented 4 years ago

I started implementing chunk data events the other day