Hi! While waiting for the official release, I've been working on a small side project: a in-game handbook for ReCreate, similar to what Tinkers' Construct does with its manual.
The current implementation includes:
• A book item given to the player on first join (also craftable with a Book + Wrench)
• A clickable table of contents
• One page per implemented machine with a short description
• Proper line breaks in page text
It's still very early and missing textures and images, but the core functionality is working. I wanted to share it in case you find it interesting or want to incorporate something similar into the official release.
The code is in a private repo for now, but I'm happy to open it or submit a PR if you'd like to take a look.

Hi! While waiting for the official release, I've been working on a small side project: a in-game handbook for ReCreate, similar to what Tinkers' Construct does with its manual.
The current implementation includes:
• A book item given to the player on first join (also craftable with a Book + Wrench)
• A clickable table of contents
• One page per implemented machine with a short description
• Proper line breaks in page text
It's still very early and missing textures and images, but the core functionality is working. I wanted to share it in case you find it interesting or want to incorporate something similar into the official release.
The code is in a private repo for now, but I'm happy to open it or submit a PR if you'd like to take a look.