diff --git a/Colorcaecum/assets/railcraft/lang/en_BV.lang b/Colorcaecum/assets/railcraft/lang/en_BV.lang index a792ff7..fba2eab 100644 --- a/Colorcaecum/assets/railcraft/lang/en_BV.lang +++ b/Colorcaecum/assets/railcraft/lang/en_BV.lang @@ -8,9 +8,9 @@ railcraft.gates.trigger.aspect.red=Aspect: Line blocked railcraft.gates.trigger.aspect.yellow.blink=Aspect: Pairing railcraft.gates.trigger.aspect.yellow=Aspect: Line in use -railcraft.gui.aspect.green.name=Line free -railcraft.gui.aspect.off.name=Off -railcraft.gui.aspect.blink.red.name=Not paired -railcraft.gui.aspect.red.name=Blocked -railcraft.gui.aspect.blink.yellow.name=Pairing -railcraft.gui.aspect.yellow.name=In use +gui.railcraft.aspect.green.name=Line free +gui.railcraft.aspect.off.name=Off +gui.railcraft.aspect.blink.red.name=Not paired +gui.railcraft.aspect.red.name=Blocked +gui.railcraft.aspect.blink.yellow.name=Pairing +gui.railcraft.aspect.yellow.name=In use diff --git a/Colorcaecum/assets/railcraft/lang/en_CB.lang b/Colorcaecum/assets/railcraft/lang/en_CB.lang index af9a0e1..5b8ae36 100644 --- a/Colorcaecum/assets/railcraft/lang/en_CB.lang +++ b/Colorcaecum/assets/railcraft/lang/en_CB.lang @@ -7,9 +7,9 @@ railcraft.gates.trigger.aspect.red=Aspect: Line blocked railcraft.gates.trigger.aspect.yellow.blink=Aspect: Pairing railcraft.gates.trigger.aspect.yellow=Aspect: Line in use -railcraft.gui.aspect.green.name=Line free -railcraft.gui.aspect.off.name=Off -railcraft.gui.aspect.blink.red.name=Not paired -railcraft.gui.aspect.red.name=Blocked -railcraft.gui.aspect.blink.yellow.name=Pairing -railcraft.gui.aspect.yellow.name=In use \ No newline at end of file +gui.railcraft.aspect.green.name=Line free +gui.railcraft.aspect.off.name=Off +gui.railcraft.aspect.blink.red.name=Not paired +gui.railcraft.aspect.red.name=Blocked +gui.railcraft.aspect.blink.yellow.name=Pairing +gui.railcraft.aspect.yellow.name=In use diff --git a/Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.bottom.png b/Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_bottom.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.bottom.png rename to Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_bottom.png diff --git a/Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.box.png b/Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_box.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.box.png rename to Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_box.png diff --git a/Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.top.png b/Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_top.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/blocks/signal.lamp.top.png rename to Colorcaecum/assets/railcraft/textures/blocks/signal_lamp_top.png diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png new file mode 100644 index 0000000..784e41c Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png new file mode 100644 index 0000000..c7bfd33 Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png new file mode 100644 index 0000000..42e8add Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png new file mode 100644 index 0000000..3853337 Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png new file mode 100644 index 0000000..b310500 Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png new file mode 100644 index 0000000..5bb400f Binary files /dev/null and b/Colorcaecum/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.limiter.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.limiter.png deleted file mode 100644 index dbecfb6..0000000 Binary files a/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.limiter.png and /dev/null differ diff --git a/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.locomotive.png b/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.locomotive.png deleted file mode 100644 index 6624f42..0000000 Binary files a/Colorcaecum/assets/railcraft/textures/blocks/tracks/track.locomotive.png and /dev/null differ diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.green.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_green.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.green.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_green.png diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.off.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_off.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.off.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_off.png diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red.png diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.blink.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red_blink.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.blink.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red_blink.png diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow.png diff --git a/Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.blink.png b/Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow_blink.png similarity index 100% rename from Colorcaecum/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.blink.png rename to Colorcaecum/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow_blink.png diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Blue.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Blue.png deleted file mode 100644 index 7369cb6..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Blue.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Orange.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Orange.png deleted file mode 100644 index f97afc5..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Orange.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Blue.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Blue.png deleted file mode 100644 index 24edbc3..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Blue.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Green.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Green.png deleted file mode 100644 index d83c4b8..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Green.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_None.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_None.png deleted file mode 100644 index 76c82f4..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_None.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Orange.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Orange.png deleted file mode 100644 index 5be014d..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Orange.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Purple.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Purple.png deleted file mode 100644 index e1929d3..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Purple.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Red.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Red.png deleted file mode 100644 index d09dcb9..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Red.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Yellow.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Yellow.png deleted file mode 100644 index eaa7c79..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/config/Config_Yellow.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png deleted file mode 100644 index 7369cb6..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png b/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png deleted file mode 100644 index f97afc5..0000000 Binary files a/Colorcaecum/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png and /dev/null differ diff --git a/Colorcaecum/pack.mcmeta b/Colorcaecum/pack.mcmeta index 371ca9a..7298995 100644 --- a/Colorcaecum/pack.mcmeta +++ b/Colorcaecum/pack.mcmeta @@ -1,6 +1,6 @@ { "pack":{ - "pack_format":1, + "pack_format": 3, "description": "Adds textures for colorblind people - By Vexatos" }, "language":{ diff --git a/Forecaster/assets/railcraft/textures/blocks/signal.lamp.bottom.png b/Forecaster/assets/railcraft/textures/blocks/signal_lamp_bottom.png similarity index 100% rename from Forecaster/assets/railcraft/textures/blocks/signal.lamp.bottom.png rename to Forecaster/assets/railcraft/textures/blocks/signal_lamp_bottom.png diff --git a/Forecaster/assets/railcraft/textures/blocks/signal.lamp.box.png b/Forecaster/assets/railcraft/textures/blocks/signal_lamp_box.png similarity index 100% rename from Forecaster/assets/railcraft/textures/blocks/signal.lamp.box.png rename to Forecaster/assets/railcraft/textures/blocks/signal_lamp_box.png diff --git a/Forecaster/assets/railcraft/textures/blocks/signal.lamp.top.png b/Forecaster/assets/railcraft/textures/blocks/signal_lamp_top.png similarity index 100% rename from Forecaster/assets/railcraft/textures/blocks/signal.lamp.top.png rename to Forecaster/assets/railcraft/textures/blocks/signal_lamp_top.png diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png new file mode 100644 index 0000000..2c38c62 Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_0.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png new file mode 100644 index 0000000..78bbf9d Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_1.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png new file mode 100644 index 0000000..f3f3c11 Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_2.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png new file mode 100644 index 0000000..5ea9f82 Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_3.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png new file mode 100644 index 0000000..e9b1435 Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_4.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png new file mode 100644 index 0000000..f4084f6 Binary files /dev/null and b/Forecaster/assets/railcraft/textures/blocks/tracks/outfitted/kit/locomotive_5.png differ diff --git a/Forecaster/assets/railcraft/textures/blocks/tracks/track.locomotive.png b/Forecaster/assets/railcraft/textures/blocks/tracks/track.locomotive.png deleted file mode 100644 index d5b3b96..0000000 Binary files a/Forecaster/assets/railcraft/textures/blocks/tracks/track.locomotive.png and /dev/null differ diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.green.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_green.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.green.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_green.png diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.off.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_off.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.off.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_off.png diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red.png diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.blink.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red_blink.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.red.blink.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_red_blink.png diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow.png diff --git a/Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.blink.png b/Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow_blink.png similarity index 100% rename from Forecaster/assets/railcraft/textures/items/buildcraft.gate.trigger.aspect.yellow.blink.png rename to Forecaster/assets/railcraft/textures/items/buildcraft_gate_trigger_aspect_yellow_blink.png diff --git a/Forecaster/pack.mcmeta b/Forecaster/pack.mcmeta index 966f343..88d5140 100644 --- a/Forecaster/pack.mcmeta +++ b/Forecaster/pack.mcmeta @@ -1,6 +1,6 @@ { "pack":{ - "pack_format":1, + "pack_format": 3, "description": "Addon for the Colorcaecum Pack - By Forecaster" } } diff --git a/README.md b/README.md index 2410e9f..9cc760c 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ If you think some things in a mod need to get colorblindness-friendly texture, o Currently supported mods are: * RailCraft: Limiter Track, Locomotive Track, Signal Aspects (Aspect names have been changed in colorblind mode language) - * Thermal Expansion: The machine I/O textures have been included in this pack + * Thermal Expansion: The machine I/O textures have been included in the Unity Edition of this pack (for Vanilla Edition CoFH has implemented built-in colorblind support) ###Unity -This Resource Pack comes in two versions to download, the Vanilla and Unity Edition. While the Vanilla Edition is probably the one you should choose, the Unity Edition is supposed to provide support for [CyanideX' Unity 32x32 pack](http://minecraft.curseforge.com/texture-packs/222097-unity), so choose this version if you are using the Unity Resource Pack. +This Resource Pack comes in two versions to download, the Vanilla and Unity Edition. While the Vanilla Edition is probably the one you should choose, the Unity Edition is supposed to provide support for [CyanideX' Unity 32x32 pack](https://www.curseforge.com/minecraft/texture-packs/unity), so choose this version if you are using the Unity Resource Pack. ###Forecaster-Addon The third file to download is an addon to either of the two Resource Pack versions, adding alternative textures for Railcraft Signals. If you like to have those textures a little different but still fine for colorblind people to use, try this. @@ -29,4 +29,4 @@ This pack is made for fun, and nothing else. The Colorcaecum Resource Pack is licensed under Calclavia's Educational Public License (https://github.com/Vexatos/Colorcaecum/blob/master/LICENSE.md). By using or interacting with this software in any way shape or form, you agree to the license of this software. -The Colorcaecum Resource Pack's download (Unity Edition) contains textures from CyanideX's Unity 32x32 pack, which you can find at http://minecraft.curseforge.com/texture-packs/222097-unity and https://github.com/CyanideX/Unity +The Colorcaecum Resource Pack's download (Unity Edition) contains textures from CyanideX's Unity 32x32 pack, which you can find at https://www.curseforge.com/minecraft/texture-packs/unity and https://github.com/CyanideX/Unity diff --git a/Unity/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Blue.png b/Unity/assets/thermalexpansion/textures/blocks/config/cell_config_blue.png similarity index 100% rename from Unity/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Blue.png rename to Unity/assets/thermalexpansion/textures/blocks/config/cell_config_blue.png diff --git a/Unity/assets/thermalexpansion/textures/blocks/config/cell_config_omni.png b/Unity/assets/thermalexpansion/textures/blocks/config/cell_config_omni.png new file mode 100644 index 0000000..9ce3d89 Binary files /dev/null and b/Unity/assets/thermalexpansion/textures/blocks/config/cell_config_omni.png differ diff --git a/Unity/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Orange.png b/Unity/assets/thermalexpansion/textures/blocks/config/cell_config_orange.png similarity index 100% rename from Unity/assets/thermalexpansion/textures/blocks/cell/Cell_Config_Orange.png rename to Unity/assets/thermalexpansion/textures/blocks/config/cell_config_orange.png diff --git a/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png b/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png deleted file mode 100644 index 4a2a8f4..0000000 Binary files a/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Blue.png and /dev/null differ diff --git a/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png b/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png deleted file mode 100644 index b91462f..0000000 Binary files a/Unity/assets/thermalexpansion/textures/blocks/energycell/Cell_Config_Orange.png and /dev/null differ diff --git a/Unity/assets/thermalexpansion/textures/gui/elements/Slots.png b/Unity/assets/thermalexpansion/textures/gui/elements/Slots.png deleted file mode 100644 index 244f322..0000000 Binary files a/Unity/assets/thermalexpansion/textures/gui/elements/Slots.png and /dev/null differ diff --git a/Colorcaecum/assets/thermalexpansion/textures/gui/elements/Slots.png b/Unity/assets/thermalexpansion/textures/gui/elements/slots_cb.png similarity index 100% rename from Colorcaecum/assets/thermalexpansion/textures/gui/elements/Slots.png rename to Unity/assets/thermalexpansion/textures/gui/elements/slots_cb.png diff --git a/Unity/pack.mcmeta b/Unity/pack.mcmeta index 83e02f4..0d8c64e 100644 --- a/Unity/pack.mcmeta +++ b/Unity/pack.mcmeta @@ -1,6 +1,6 @@ { "pack":{ - "pack_format":1, + "pack_format": 3, "description": "Adds textures for colorblind people - Unity Edition" }, "language":{