From d53b08982a6d2be3cc0be4552520bfc500576f6f Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 20 Oct 2016 01:45:23 +1000 Subject: + Added a faster vent texture. + Slowed down the other vent texture to half speed. + Added code to allow the usage of the new custom textures. + Added some debug messages for furnace recipes. % Cleaned up the NetworkUtils class and added a nice internet availability check. $ Fixed an issue where Geothermal generators did not implement pollution values for GT 5.09. % Changed the textures on the Rocket Engine Generators, for hopefully the last time. % Cleaned up dual fuel code for Rocket Engine Generators. ^ Bumped the build version to 1.4.9-dev --- .../textures/blocks/TileEntities/machine_top.png | Bin 0 -> 822 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/resources/assets/miscutils/textures/blocks/TileEntities/machine_top.png (limited to 'src/resources/assets/miscutils/textures/blocks/TileEntities/machine_top.png') diff --git a/src/resources/assets/miscutils/textures/blocks/TileEntities/machine_top.png b/src/resources/assets/miscutils/textures/blocks/TileEntities/machine_top.png new file mode 100644 index 0000000000..815ad92daf Binary files /dev/null and b/src/resources/assets/miscutils/textures/blocks/TileEntities/machine_top.png differ -- cgit