From dbb97816868e4cf1c5dbb2b4758e5bb1b84430e9 Mon Sep 17 00:00:00 2001 From: Hea3veN Date: Thu, 4 Jun 2015 20:32:25 -0300 Subject: [PATCH] add colorblind textures for the docking stations --- .../blocks/pipes/pipeRobotStationLinked_cb.png | Bin 0 -> 283 bytes .../blocks/pipes/pipeRobotStationReserved_cb.png | Bin 0 -> 282 bytes .../textures/blocks/pipes/pipeRobotStation_cb.png | Bin 0 -> 290 bytes buildcraft_resources/changelog/7.0.6 | 1 + common/buildcraft/transport/PipeIconProvider.java | 6 +++--- 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationLinked_cb.png create mode 100644 buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationReserved_cb.png create mode 100644 buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStation_cb.png diff --git a/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationLinked_cb.png b/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationLinked_cb.png new file mode 100644 index 0000000000000000000000000000000000000000..21a6b1b57a31882ae52dcf0230260f63a200d52d GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP~8;dwM!&PQ3kh&F~E{-7IG)ZNr1fN1m75s%o6v+??2HVb82@&Oe8jJ75vdjI-y@9RPw4&)>`Q z7?vE!Se5@z{_gobcWij-|NTo$NKA7yBeh1)VVmTk|Gm~?8(K}y>|7~dZv?XD zjQFF(1R&^WT;+PL`6{bH?+LTRM+^=z#0M?&_BxWypw7;I?uWe1OiqT_C1%Yfnh8cg PH#2y;`njxgN@xNAbFXB( literal 0 HcmV?d00001 diff --git a/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationReserved_cb.png b/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStationReserved_cb.png new file mode 100644 index 0000000000000000000000000000000000000000..7f131d7224a8537cdbc8f4cdb59fa9c4fd868735 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP~8;dx%Var{vl|Z58o-U3d7N^fnHsn5JAkZ3rR#b1r z>gMhVOS><`>xh(`m~=l~QM^P$^N3oYMi=|`CwK2OBx%)o#Pv?H1UQV z%VJz5ntg45_k%T!X>FU?&Pi=q+q79t`@)lL3uZcYDL6he=9IhFzLfcF&kV!7!-7IA zOE{J+Graj)bEm>HcjE~Uy0_{as@v`TCS0&+)#0ZGi+wEY94lTwSgyZO>%*?O|Nr>- YTW&Sum>srx9?;1Qp00i_>zopr0Iou7mH+?% literal 0 HcmV?d00001 diff --git a/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStation_cb.png b/buildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeRobotStation_cb.png new file mode 100644 index 0000000000000000000000000000000000000000..9f743e2010d7168088ee990529c397503346e219 GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP~8;dxnws+^mK%mfiPZ!4!i_^(h0{PZwfSW8-2x%C_ObEz)>;>)=cqy+xl-@*Lx zcfUN30S~i*{r{i8*9znJrlZ;}6l;W5zEG+_@Y6{ZS Z7(UGPdg3eB_YdfF22WQ%mvv4FO#s{cX%_$h literal 0 HcmV?d00001 diff --git a/buildcraft_resources/changelog/7.0.6 b/buildcraft_resources/changelog/7.0.6 index f0eeeab8..372deec5 100644 --- a/buildcraft_resources/changelog/7.0.6 +++ b/buildcraft_resources/changelog/7.0.6 @@ -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: diff --git a/common/buildcraft/transport/PipeIconProvider.java b/common/buildcraft/transport/PipeIconProvider.java index d1610bac..f93ff1dd 100644 --- a/common/buildcraft/transport/PipeIconProvider.java +++ b/common/buildcraft/transport/PipeIconProvider.java @@ -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"),