From c0daba1659c667342da1529c31896a98768a8eda Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Thu, 31 Jan 2019 03:49:33 +0000 Subject: + Added a config option for control cores. Someone should definitely test this works as expected. % Reduced cost of Hatch_Control_Core recipe. % Minor tweaks to Fish Traps. $ Fixed inventory shuffling for some Tile Entities. $ Fixed Super Jukebox, it's now mostly functional. $ Fixed constructBaseMetaTileEntity returning the wrong type of Entity for pre-existing wooden pipes, this should now get caught and thrown if the GT++ entity fails to a ClassCastException. --- .../assets/miscutils/textures/gui/SuperJukebox.png | Bin 0 -> 5198 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/resources/assets/miscutils/textures/gui/SuperJukebox.png (limited to 'src/resources/assets/miscutils/textures') diff --git a/src/resources/assets/miscutils/textures/gui/SuperJukebox.png b/src/resources/assets/miscutils/textures/gui/SuperJukebox.png new file mode 100644 index 0000000000..c50c0da4a5 Binary files /dev/null and b/src/resources/assets/miscutils/textures/gui/SuperJukebox.png differ -- cgit