Posted 05 August 2012 - 12:25 PM
One of the biggest onnoyances with custom peripherals is (in my opinion) the necessairity to extract the mod's zip file the right way and the fact that the mounted apis need to be loaded manually or by reboot.
So, I came up with a new invariant. The download includes a java class named RomInjector. It will write your api files into computercraft's rom directory. This is handy with 1.4 as the main part of CC's api can stay in the zip, and your aditions will be located in the afterload folder.
Download
So, I came up with a new invariant. The download includes a java class named RomInjector. It will write your api files into computercraft's rom directory. This is handy with 1.4 as the main part of CC's api can stay in the zip, and your aditions will be located in the afterload folder.
Download