Notes for beta users

Sooooo, how do i make it work

Ok so this page is going to be a bit more informal than the others but with luck I will be able to replace it with something less terrible. so, you want to make software for this mod, here's the steps to get something running!

  1. Open your world save and look for the neetcomputers directory
  2. inside will many folders identified with an address number, increasing in order of creation
  3. use the /data get command to find the address of a computer in its NBT data, or know in what order it was placed
  4. inside this folder is all the computers partitions, placing a file in these partitions exposes it to the computer
  5. by default although changeable theoretically, creating a bios.lua file in the bios partition will overwrite the default bios, as the new entrypoint for code execution

ok having an entrypoint is cool but there's more to know! in your game files with your saves folder is a config directory, in inside it is the file NEETserver.properties which contains a setting you should be aware of, print-to-console, the print(...) function still exists in neet computers, and by enabling this setting it will echo into the games console, this is useful for testing.

Errors will also appear in the console, anyway in this entrypoint file you will have access to all the API's in this documentation, and you can go wild making as you please, if you find any bugs or have feature suggestions, please use this form

What if I do something cool?

ok so this might be exiting, but im taking submissions for operating systems for the mod, if you have a nice, self-contained os under MIT licensing, I might bundle it with the mod alongside other submissions and or official works, or if not I will make note of it and maybe showcase it, in fact if you make something cool please tell me at redtoastmail@gmail.com or redtoastneedsbutter on discord, hearing about cool projects is what keeps my modivation alive and I might showcase it. also note this isn't legally binding and I can do what I please, don't assume I owe you anything, dont get ugly.

I hope all this helps and gets you somewhat exited, and if you want to complain about it submit to the form or mail me, and i might remember to check my inbox!