From 8ed8c659da9496bf49fec94c049b0abae21746a8 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Wed, 24 May 2017 20:13:22 +0300 Subject: fixing bugs with Iron workbench and fractionator --- assets/ihl/lang/en_US.lang | 9 ++++++--- assets/ihl/textures/blocks/fluidMethanolFlowing.xcf | Bin 4649 -> 0 bytes assets/ihl/textures/blocks/solarEvaporatorSide.png | Bin 0 -> 627 bytes assets/ihl/textures/gui/GUISolarEvaporator.png | Bin 0 -> 4608 bytes assets/ihl/textures/items/itemCellAmmonia.png | Bin 0 -> 331 bytes 5 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 assets/ihl/textures/blocks/fluidMethanolFlowing.xcf create mode 100644 assets/ihl/textures/blocks/solarEvaporatorSide.png create mode 100644 assets/ihl/textures/gui/GUISolarEvaporator.png create mode 100644 assets/ihl/textures/items/itemCellAmmonia.png (limited to 'assets') diff --git a/assets/ihl/lang/en_US.lang b/assets/ihl/lang/en_US.lang index 641ea06..9f6d3ec 100644 --- a/assets/ihl/lang/en_US.lang +++ b/assets/ihl/lang/en_US.lang @@ -2,6 +2,7 @@ language.name=HAYO language.region=US language.code=en_US +ihl.solarEvaporator=Solar evaporator ihl.achesonFurnace=Acheson furnace ihl.chemicalReactor=Chemical reactor ihl.crucible=Crucible @@ -56,9 +57,10 @@ dustSodiumFormate.name=Sodium formate dustMercuryChloride.name=Mercury chloride dustMercuryFulminate.name=Mercury fulminate dustCalciumAcetate.name=Calcium acetate -itemCellMethanol=Methanol cell -itemCellNitroGlycerin=Nitro glycerin cell - +itemCellMethanol.name=Methanol cell +itemCellNitroGlycerin.name=Nitro glycerin cell +itemCellAmmonia.name=Ammonia cell +itemCellGlycerol.name=Glycerol item.skull.name=Wailer remains item.guidebook.name=IHL manual item.handpump.name=IHL handpump @@ -70,6 +72,7 @@ item.handpump_discharged.name=IHL handpump tile.boneBlock.name=Bone pillar entity.LostHead.name=Wailer tile.ihlExplosive.name=Explosive pack +tile.solarEvaporator.name=Solar evaporator tile.evaporatorBlock.name=Evaporator tile.electricEvaporatorBlock.name=Electric evaporator tile.sackBlock.name=Rubber tree sap gathering sack diff --git a/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf b/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf deleted file mode 100644 index d3ca048..0000000 Binary files a/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf and /dev/null differ diff --git a/assets/ihl/textures/blocks/solarEvaporatorSide.png b/assets/ihl/textures/blocks/solarEvaporatorSide.png new file mode 100644 index 0000000..32b5e32 Binary files /dev/null and b/assets/ihl/textures/blocks/solarEvaporatorSide.png differ diff --git a/assets/ihl/textures/gui/GUISolarEvaporator.png b/assets/ihl/textures/gui/GUISolarEvaporator.png new file mode 100644 index 0000000..4754742 Binary files /dev/null and b/assets/ihl/textures/gui/GUISolarEvaporator.png differ diff --git a/assets/ihl/textures/items/itemCellAmmonia.png b/assets/ihl/textures/items/itemCellAmmonia.png new file mode 100644 index 0000000..e72842a Binary files /dev/null and b/assets/ihl/textures/items/itemCellAmmonia.png differ -- cgit v1.2.3