Changed Auto-Feeder to a new temp texture.

This commit is contained in:
Andrew2448 2013-02-18 00:32:07 -05:00
parent 9734ef6f83
commit 12c0d76457

View file

@ -245,7 +245,7 @@ public class Config {
// .addInstallCost(copyAndResize(ItemComponent.fieldEmitter, 2));
// addModule(module);
module = new PowerModule(ModularCommon.MODULE_AUTO_FEEDER, HEADONLY, MuseIcon.PLATE_1_GREEN, ModularCommon.CATEGORY_ENVIRONMENTAL)
module = new PowerModule(ModularCommon.MODULE_AUTO_FEEDER, HEADONLY, MuseIcon.NEXUS_1_BLUE, ModularCommon.CATEGORY_ENVIRONMENTAL)
.setDescription("Why eat when your armor can do it for you.")
.setToggleable(true)
.addInstallCost(copyAndResize(ItemComponent.servoMotor, 2))