📄️ Introduction
The Computer in MrCrayfish's Furniture Mod is a block that opens a GUI that imitates a simple computer, which includes a desktop-like interface and programs. For addon developers, yet fairly simple, support is available to register your own custom programs so they are available on the Computer.
📄️ Create a Computer Program
The API for computer programs is intentionly simple and very open ended. The API only offers to ability to register your program and provide a simple GUI interface on the client. It is up to you to write your own code if you want to do anything advanced, like retrieving data from the server side with packets. - MrCrayfish