From 3a6308d78a6507bc9ce44ee4abcfccf2887586ad Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Mon, 18 May 2015 13:57:14 +0100 Subject: Preparing stuff --- Changelog.txt | 8 -------- .../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 8 files changed, 8 deletions(-) delete mode 100644 Changelog.txt 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 diff --git a/Changelog.txt b/Changelog.txt deleted file mode 100644 index d908de8..0000000 --- a/Changelog.txt +++ /dev/null @@ -1,8 +0,0 @@ -- Added EE3 EMC values, thank you to MineMarteen for providing the ThirdPartyManager code :) -- Working on making it possible to translate every part of the mod -- Created an interface modders can use to make an item wearable in the jewelry inventory and have special effects -- Hearts and Half-Hearts are no longer invincible and have a life span of 1 minute, this should reduce lag considerably -- Fixed molten metal render in the molder -- Fixed an issue with smelters detecting being as full -- You can now smelt back jewelry to get the ingot -- Fixed an issue where the smelter would say the item is renamed to 'Ingot' even if it is not \ No newline at end of file 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