gigaherz / Guidebook

Minecraft book API and library
https://www.curseforge.com/minecraft/mc-mods/guidebook
Other
31 stars 16 forks source link

1.14.4 Forge #90

Closed sepsol closed 4 years ago

sepsol commented 4 years ago

Any plans for supporting Minecraft 1.14.4 (Forge)?

gigaherz commented 4 years ago

Yes, but I want to finish the new model loading system for forge first, so I can rely on that instead of hacks.

sepsol commented 4 years ago

Thanks a lot, I wish you luck

Giggitybyte commented 4 years ago

Any progress on this? I'd love to have this for my 1.14.4 modpack.

gigaherz commented 4 years ago

I have gotten involved in the development of forge itself, and that has taken the majority of my free time. The plan still stands, I WILL finish porting this to 1.14.4 and 1.15.2 (I mean I'd say 1.15.1 but realistically, by the time I get around to it 1.15.2 will have been out for a while :P)

But just to show progress, this is the current status:

The book works (but relies on the new model system which isn't merged into 1.14.4 yet): image

Some features aren't quite working: image

Some common recipe types aren't supported: image

Giggitybyte commented 4 years ago

Sweet! Thank you for a status update; I'm glad to see you still plan on porting this. I'll be checking in and waiting for your commits!