From 943f1a493b27c630e95730b385e6524643d98564 Mon Sep 17 00:00:00 2001 From: bspkrs Date: Sat, 14 Dec 2013 20:51:01 -0500 Subject: changed mod back to being Jewelrycraft and removed all Briefcase Speakers code Let's face it, they don't belong together in the same mod... I'll still help you with the SMP compatibility like you originally asked me to, but I'd rather keep my mod idea for another day instead of have it be part of a mod that I'm not really that interested in. Let me know when your code is far enough that you're ready for SMP stuff. --- .../assets/jewelrycraft/textures/blocks/oreShadow.png | Bin 0 -> 1882 bytes .../jewelrycraft/textures/blocks/oreShadow.png.mcmeta | 5 +++++ .../assets/jewelrycraft/textures/items/ingotShadow.png | Bin 0 -> 552 bytes .../jewelrycraft/textures/items/ingotShadow.png.mcmeta | 5 +++++ .../assets/jewelrycraft/textures/items/thiefGloves.png | Bin 0 -> 290 bytes 5 files changed, 10 insertions(+) create mode 100644 resources/assets/jewelrycraft/textures/blocks/oreShadow.png create mode 100644 resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta create mode 100644 resources/assets/jewelrycraft/textures/items/ingotShadow.png create mode 100644 resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta create mode 100644 resources/assets/jewelrycraft/textures/items/thiefGloves.png (limited to 'resources/assets/jewelrycraft/textures') diff --git a/resources/assets/jewelrycraft/textures/blocks/oreShadow.png b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png new file mode 100644 index 0000000..31ee2a6 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png differ diff --git a/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta new file mode 100644 index 0000000..bf4c01e --- /dev/null +++ b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "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 new file mode 100644 index 0000000..1522faf Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/ingotShadow.png differ diff --git a/resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta b/resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta new file mode 100644 index 0000000..09994da --- /dev/null +++ b/resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 4 + } +} \ No newline at end of file diff --git a/resources/assets/jewelrycraft/textures/items/thiefGloves.png b/resources/assets/jewelrycraft/textures/items/thiefGloves.png new file mode 100644 index 0000000..b56e925 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/thiefGloves.png differ -- cgit v1.2.3