From 420faddca46e70e3a70def168fb4e452ef193b0d Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Feb 2015 21:31:16 +0000 Subject: Added just a butt ton of stuff, also thanks to pau101 for helping me with the Hand Pedestal animation :) --- .../jewelrycraft/textures/entities/BlackHeart.png | Bin 0 -> 2259 bytes .../jewelrycraft/textures/entities/BlueHeart.png | Bin 0 -> 2313 bytes .../assets/jewelrycraft/textures/entities/Mask.png | Bin 0 -> 1589 bytes .../jewelrycraft/textures/entities/RedHeart.png | Bin 0 -> 2405 bytes .../jewelrycraft/textures/entities/WhiteHeart.png | Bin 0 -> 2297 bytes resources/assets/jewelrycraft/textures/gui/curses.png | Bin 3145 -> 2516 bytes .../assets/jewelrycraft/textures/gui/curses0.png | Bin 0 -> 3145 bytes .../assets/jewelrycraft/textures/gui/curses1.png | Bin 3433 -> 0 bytes .../assets/jewelrycraft/textures/gui/curses2.png | Bin 29080 -> 0 bytes resources/assets/jewelrycraft/textures/gui/hearts.png | Bin 1787 -> 2362 bytes .../assets/jewelrycraft/textures/items/blockMold.png | Bin 0 -> 1328 bytes .../jewelrycraft/textures/items/clayBlockMold.png | Bin 0 -> 464 bytes 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/assets/jewelrycraft/textures/entities/BlackHeart.png create mode 100644 resources/assets/jewelrycraft/textures/entities/BlueHeart.png create mode 100644 resources/assets/jewelrycraft/textures/entities/Mask.png create mode 100644 resources/assets/jewelrycraft/textures/entities/RedHeart.png create mode 100644 resources/assets/jewelrycraft/textures/entities/WhiteHeart.png create mode 100644 resources/assets/jewelrycraft/textures/gui/curses0.png delete mode 100644 resources/assets/jewelrycraft/textures/gui/curses1.png delete mode 100644 resources/assets/jewelrycraft/textures/gui/curses2.png create mode 100644 resources/assets/jewelrycraft/textures/items/blockMold.png create mode 100644 resources/assets/jewelrycraft/textures/items/clayBlockMold.png (limited to 'resources') diff --git a/resources/assets/jewelrycraft/textures/entities/BlackHeart.png b/resources/assets/jewelrycraft/textures/entities/BlackHeart.png new file mode 100644 index 0000000..3fd03f2 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/entities/BlackHeart.png differ diff --git a/resources/assets/jewelrycraft/textures/entities/BlueHeart.png b/resources/assets/jewelrycraft/textures/entities/BlueHeart.png new file mode 100644 index 0000000..f664372 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/entities/BlueHeart.png differ diff --git a/resources/assets/jewelrycraft/textures/entities/Mask.png b/resources/assets/jewelrycraft/textures/entities/Mask.png new file mode 100644 index 0000000..89373b1 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/entities/Mask.png differ diff --git a/resources/assets/jewelrycraft/textures/entities/RedHeart.png b/resources/assets/jewelrycraft/textures/entities/RedHeart.png new file mode 100644 index 0000000..8f8623c Binary files /dev/null and b/resources/assets/jewelrycraft/textures/entities/RedHeart.png differ diff --git a/resources/assets/jewelrycraft/textures/entities/WhiteHeart.png b/resources/assets/jewelrycraft/textures/entities/WhiteHeart.png new file mode 100644 index 0000000..1f8d528 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/entities/WhiteHeart.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/curses.png b/resources/assets/jewelrycraft/textures/gui/curses.png index 4105e37..1ef90c1 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/curses.png and b/resources/assets/jewelrycraft/textures/gui/curses.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/curses0.png b/resources/assets/jewelrycraft/textures/gui/curses0.png new file mode 100644 index 0000000..4105e37 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/curses0.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/curses1.png b/resources/assets/jewelrycraft/textures/gui/curses1.png deleted file mode 100644 index 838743f..0000000 Binary files a/resources/assets/jewelrycraft/textures/gui/curses1.png and /dev/null differ diff --git a/resources/assets/jewelrycraft/textures/gui/curses2.png b/resources/assets/jewelrycraft/textures/gui/curses2.png deleted file mode 100644 index 938a68b..0000000 Binary files a/resources/assets/jewelrycraft/textures/gui/curses2.png and /dev/null differ diff --git a/resources/assets/jewelrycraft/textures/gui/hearts.png b/resources/assets/jewelrycraft/textures/gui/hearts.png index b74087f..10407a7 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/hearts.png and b/resources/assets/jewelrycraft/textures/gui/hearts.png differ diff --git a/resources/assets/jewelrycraft/textures/items/blockMold.png b/resources/assets/jewelrycraft/textures/items/blockMold.png new file mode 100644 index 0000000..e1c2d7b Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/blockMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/clayBlockMold.png b/resources/assets/jewelrycraft/textures/items/clayBlockMold.png new file mode 100644 index 0000000..0dd9029 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/clayBlockMold.png differ -- cgit v1.2.3