add colorblind textures for the docking stations

This commit is contained in:
Hea3veN 2015-06-04 20:32:25 -03:00
parent 9286f76dd5
commit dbb9781686
5 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

View file

@ -3,6 +3,7 @@ Additions:
* [#2692] Restore config option to make filler/builder drop blocks (hea3ven)
* [#2709] Add a loop mode to the quarry (hea3ven)
* Robots start with a small amount of energy after being programmed (hea3ven)
* Add colorblind textures for the docking stations (hea3ven)
Bugs fixed:

View file

@ -125,9 +125,9 @@ public class PipeIconProvider implements IIconProvider {
PipePowerIronM64("pipePowerIronM64"),
PipePowerIronM128("pipePowerIronM128"),
//
PipeRobotStation("pipeRobotStation"),
PipeRobotStationReserved("pipeRobotStationReserved"),
PipeRobotStationLinked("pipeRobotStationLinked"),
PipeRobotStation("pipeRobotStation", "pipeRobotStation_cb"),
PipeRobotStationReserved("pipeRobotStationReserved", "pipeRobotStationReserved_cb"),
PipeRobotStationLinked("pipeRobotStationLinked", "pipeRobotStationLinked_cb"),
//
Power_Normal("core:misc/texture_cyan"),
Power_Overload("core:misc/texture_red_lit"),