as of ComputerCraft 1.55, Lua programs can now be included in Minecraft resource packs. Indeed, this is the only way to add custom programs to the ComputerCraft rom folder now.
So how do I make then?
A resource pack is a zip file or a folder containing resource files that, when installed, replace or add to the default ones included in Minecraft or mods. In ComputerCraft, this can be used to add programs to the ROM, or add programs to the pool of spawnable Treasure Disks (1.56 and above). To do this, a resource pack must include them in the subfolders "assets/computercraft/lua":So how do I install them?
To install a resource pack, simple drag it to the "resourcepacks" folder of your Minecraft installation, and launch or relaunch Minecraft. There is no need to select it from the resourcepacks options menu, all Computercraft lua resources are combined and loaded permanently.
If you're playing in multiplayer, you need to install the resoucepack to the server. To do this: create the "resourcepacks" folder manually, and drag the resource pack zip file to it.
Happy hacking!