Changed Auto-Feeder to a new temp texture.
This commit is contained in:
parent
9734ef6f83
commit
12c0d76457
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue