From 3a6308d78a6507bc9ce44ee4abcfccf2887586ad Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Mon, 18 May 2015 13:57:14 +0100 Subject: Preparing stuff --- .../assets/jewelrycraft2/textures/items/shadow_axe.png | Bin 0 -> 267 bytes .../assets/jewelrycraft2/textures/items/shadow_boots.png | Bin 0 -> 251 bytes .../jewelrycraft2/textures/items/shadow_chestplate.png | Bin 0 -> 273 bytes .../assets/jewelrycraft2/textures/items/shadow_helmet.png | Bin 0 -> 237 bytes .../assets/jewelrycraft2/textures/items/shadow_hoe.png | Bin 0 -> 241 bytes .../jewelrycraft2/textures/items/shadow_leggings.png | Bin 0 -> 235 bytes .../jewelrycraft2/textures/items/shadow_pickaxe.png | Bin 0 -> 286 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_axe.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_boots.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_chestplate.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_helmet.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_hoe.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_leggings.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/items/shadow_pickaxe.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_axe.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_axe.png new file mode 100644 index 0000000..d17f67a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_axe.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_boots.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_boots.png new file mode 100644 index 0000000..9c88a3b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_boots.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_chestplate.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_chestplate.png new file mode 100644 index 0000000..9d4a336 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_chestplate.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_helmet.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_helmet.png new file mode 100644 index 0000000..97e1541 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_helmet.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_hoe.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_hoe.png new file mode 100644 index 0000000..5e0df11 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_hoe.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_leggings.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_leggings.png new file mode 100644 index 0000000..65f5117 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_leggings.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/items/shadow_pickaxe.png b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_pickaxe.png new file mode 100644 index 0000000..95c5394 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/items/shadow_pickaxe.png differ -- cgit v1.2.3