From e267de811ccf98c7977244bad8e231b05c2cb0d4 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Sat, 7 Oct 2017 14:21:43 +1000 Subject: + Made Alloy Blast Smelter actually check for a muffler. % Changed Industrial Electrolyzer controller texture. % Changed Large Sifter controller texture. $ Fixed names of custom IC2 cells. $ Fixed the empty item having an invalid texture. --- src/resources/assets/ic2/lang/en_US.lang | 5 +++-- .../assets/miscutils/textures/items/item.empty.png | Bin 0 -> 179 bytes 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/resources/assets/miscutils/textures/items/item.empty.png (limited to 'src/resources') diff --git a/src/resources/assets/ic2/lang/en_US.lang b/src/resources/assets/ic2/lang/en_US.lang index c0188156e4..3fb59885d4 100644 --- a/src/resources/assets/ic2/lang/en_US.lang +++ b/src/resources/assets/ic2/lang/en_US.lang @@ -15,13 +15,14 @@ ic2.blockGenerator.3=MOAR ERROR POWA ic2.blockRTGenerator2=RTG POWARZ 2 ic2.blockKineticGenerator2=KINETIC POWA 2 -ic2.HydrofluoricAcid=Hydrofluoric Acid Cell +ic2.HydrofluoricAcid=Industrial Strength Hydrofluoric Acid Cell ic2.SulfurDioxide=Sulfur Dioxide Cell ic2.SulfuricApatite=Sulfuric Apatite Cell ic2.SulfurousAcid=Sulfurous Acid Cell -ic2.HydrogenChloride=Hydrogen Chloride Cell +ic2.HydrogenChloride=Industrial Strength Hydrogen Chloride Cell ic2.LithiumHydroxide=Lithium Hydroxide Cell +ic2.SulfuricLithium=Sulfuric Lithium Cell ic2.UraniumHexaFluoride=Uranium Hexafluoride Cell ic2.ThoriumTetraFluoride=Thorium Tetrafluoride Cell diff --git a/src/resources/assets/miscutils/textures/items/item.empty.png b/src/resources/assets/miscutils/textures/items/item.empty.png new file mode 100644 index 0000000000..c054d35cce Binary files /dev/null and b/src/resources/assets/miscutils/textures/items/item.empty.png differ -- cgit