- New ComputerCraft peripheral support:
- IC2 batteries (MFSUs, etc.):
- getChargeLevel()
- getMaxEnergyOutput()
- getEnergy()
- IC2 wires:
- getConductionLoss()
- getConductorBreakdownEnergy()
- getInsulationEnergyAbsorption()
- getInsulationBreakdownEnergy()
- IC2 nuclear reactors:
- getHeat()
- getMaxEnergyOutput()
- New API:
I can add support for ANY block (with metadata) in Minecraft as a peripheral with some Java hackery, even if the block doesn't support it, and even if ComputerCraft doesn't support actually doing this, so I'll take any suggestions for anything that you want. I can also add new APIs.
There will be a page for you to edit and upload .lua files in the near future.