-
11/03/2012 1.1.30-IC2_1.108:Major mod update! It is now called Advanced Power Management and includes the Charging Bench, Battery Station, Storage Monitor and Emitter blocks.
Updated codebase for Minecraft 1.4.2, MCP 7.19, Minecraft Forge 6.0.1.349, Industrial Craft 2 1.108 beta
Added Battery Station
Added Storage Monitor
Added Adjustable Emitter
Refactored code internally to reduce number of classes
APM will check for an existing ChargingBench.cfg configuration file on first load and will migrate settings over
APM will migrate existing Charging Benches and Emitters that have been placed over to the new internal structure.
Added in-place downgrade/upgrade kits for the Charging Bench
Added ability to disassemble the upgrade kit back to the component parts for the bench that was used to craft it. This means you can uncraft your HV bench and get the circuits, wires and MFSU back.
Changed to a localization supported structure for in-game text
Redesigned GUI for Charging Bench, the numbers now glow green and look to be in a display bar
General code cleanup
Added proper copyright headers to all source code files
Fixed item tooltip display on clients connected to dedicated servers for the item link cards
Added Side restrictions in code. Shouldn't really matter, but best to be safe so the server doesn't try to run client GUI code
-
10/11/2012 1.0.9-IC2_1.106:An active redstone signal will now disable the charging bench from accepting energy from the energy network. You can still charge items inside the bench and use the power slot to provide power to the bench, but it will not draw any energy from the network. Thanks for the idea, shadoskill!
Fixed a bug causing the charging bench to not notify blocks nearby properly when it's removing itself. This caused things like attached levers to not pop off.
Revamped versioning to be based on Jenkins ANT building of mod. New versioning is Major.Minor.Build-IC2_Version and it is now packaged inside a JAR file leading to a smaller release size.
-
Known bugs: If you spawn armor in creative mode, then using the survival inventory tab from creative mode, shift-click it into the creative armor slots, then open the GUI of a Charging Bench, the armor disappears. This does not happen if you manually drag and drop the armor from the survival inventory tab onto the proper armor slot. From everything that I can tell this is a bug in vanilla Minecraft. It does not happen in survival mode so it isn't as serious as it could be, but you've been warned. I will continue to work on finding a fix for this as it's still annoying.
-
09/30/2012 1.3.2.B2:Fixed mcmod.info, no longer crashes on startup. Oops! Also temporarily disabled wrench support to work around a tile entity invalidation issue. Just use a pickaxe to remove the bench. You always could anyways. :)