From 5fce447142b3c0f4a214ca7eb208d9e5c25e6377 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 23 Mar 2014 19:01:47 +0200 Subject: Added necklaces, Altar Block, new stuff, better Shadow Ingot texture --- .../jewelrycraft/textures/blocks/altar_bottom.png | Bin 0 -> 391 bytes .../assets/jewelrycraft/textures/blocks/altar_side.png | Bin 0 -> 3220 bytes .../assets/jewelrycraft/textures/blocks/altar_top.png | Bin 0 -> 3125 bytes .../jewelrycraft/textures/blocks/oreShadow.png.mcmeta | 5 ----- .../assets/jewelrycraft/textures/items/ingotShadow.png | Bin 703 -> 467 bytes resources/assets/jewelrycraft/textures/items/jewel.png | Bin 244 -> 0 bytes .../jewelrycraft/textures/items/jewelNecklace.png | Bin 0 -> 241 bytes .../assets/jewelrycraft/textures/items/jewelRing.png | Bin 0 -> 244 bytes 8 files changed, 5 deletions(-) create mode 100644 resources/assets/jewelrycraft/textures/blocks/altar_bottom.png create mode 100644 resources/assets/jewelrycraft/textures/blocks/altar_side.png create mode 100644 resources/assets/jewelrycraft/textures/blocks/altar_top.png delete mode 100644 resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta delete mode 100644 resources/assets/jewelrycraft/textures/items/jewel.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelNecklace.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelRing.png (limited to 'resources/assets/jewelrycraft/textures') diff --git a/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png b/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png new file mode 100644 index 0000000..7ca4c6a Binary files /dev/null and b/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png differ diff --git a/resources/assets/jewelrycraft/textures/blocks/altar_side.png b/resources/assets/jewelrycraft/textures/blocks/altar_side.png new file mode 100644 index 0000000..3a69977 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/blocks/altar_side.png differ diff --git a/resources/assets/jewelrycraft/textures/blocks/altar_top.png b/resources/assets/jewelrycraft/textures/blocks/altar_top.png new file mode 100644 index 0000000..39210c3 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/blocks/altar_top.png differ diff --git a/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta deleted file mode 100644 index bf4c01e..0000000 --- a/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 1 - } -} \ No newline at end of file diff --git a/resources/assets/jewelrycraft/textures/items/ingotShadow.png b/resources/assets/jewelrycraft/textures/items/ingotShadow.png index 82b57c7..e3b3aed 100644 Binary files a/resources/assets/jewelrycraft/textures/items/ingotShadow.png and b/resources/assets/jewelrycraft/textures/items/ingotShadow.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewel.png b/resources/assets/jewelrycraft/textures/items/jewel.png deleted file mode 100644 index 4875772..0000000 Binary files a/resources/assets/jewelrycraft/textures/items/jewel.png and /dev/null differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelNecklace.png b/resources/assets/jewelrycraft/textures/items/jewelNecklace.png new file mode 100644 index 0000000..41244d4 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelNecklace.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelRing.png b/resources/assets/jewelrycraft/textures/items/jewelRing.png new file mode 100644 index 0000000..4875772 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelRing.png differ -- cgit v1.2.3