From 0ef6a00aa79f022e5bd56b3f77e6861bbecf6d94 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 13 Aug 2015 21:12:11 +0100 Subject: Added a new structure, a new curse, achievements, challenges, curses entry in the guide; reworked liquids to be tile entities, cleaned the structures code, potion code and... you know what? I improved and changed so much stuff that I literally forgot what I did... --- .../jewelrycraft2/textures/items/unused/shadow_axe.png | Bin 0 -> 267 bytes .../jewelrycraft2/textures/items/unused/shadow_boots.png | Bin 0 -> 251 bytes .../textures/items/unused/shadow_chestplate.png | Bin 0 -> 273 bytes .../jewelrycraft2/textures/items/unused/shadow_helmet.png | Bin 0 -> 237 bytes .../jewelrycraft2/textures/items/unused/shadow_hoe.png | Bin 0 -> 241 bytes .../textures/items/unused/shadow_leggings.png | Bin 0 -> 235 bytes .../textures/items/unused/shadow_pickaxe.png | Bin 0 -> 286 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_axe.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_boots.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_chestplate.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_helmet.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_hoe.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_leggings.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_pickaxe.png (limited to 'src/main/resources/assets/jewelrycraft2/textures/items/unused') diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_axe.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_axe.png new file mode 100644 index 0000000..d17f67a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_axe.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_boots.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_boots.png new file mode 100644 index 0000000..9c88a3b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_boots.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_chestplate.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_chestplate.png new file mode 100644 index 0000000..9d4a336 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_chestplate.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_helmet.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_helmet.png new file mode 100644 index 0000000..97e1541 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_helmet.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_hoe.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_hoe.png new file mode 100644 index 0000000..5e0df11 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_hoe.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_leggings.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_leggings.png new file mode 100644 index 0000000..65f5117 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_leggings.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_pickaxe.png b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_pickaxe.png new file mode 100644 index 0000000..95c5394 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/unused/shadow_pickaxe.png differ -- cgit v1.2.3