diff options
| author | bspkrs <bspkrs@gmail.com> | 2013-12-14 20:51:01 -0500 |
|---|---|---|
| committer | bspkrs <bspkrs@gmail.com> | 2013-12-14 20:51:01 -0500 |
| commit | 943f1a493b27c630e95730b385e6524643d98564 (patch) | |
| tree | 83c46a843eb0c51b6443cc8da0d0c3ca2f88294a /resources/assets/jewelrycraft | |
| parent | 3465c5723075bbf6ece3c98239230155faad958f (diff) | |
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.
Diffstat (limited to 'resources/assets/jewelrycraft')
| -rw-r--r-- | resources/assets/jewelrycraft/lang/en_US.lang | 7 | ||||
| -rw-r--r-- | resources/assets/jewelrycraft/pack.mcmeta | 6 | ||||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/blocks/oreShadow.png | bin | 0 -> 1882 bytes | |||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/blocks/oreShadow.png.mcmeta | 5 | ||||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/items/ingotShadow.png | bin | 0 -> 552 bytes | |||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta | 5 | ||||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/items/thiefGloves.png | bin | 0 -> 290 bytes |
7 files changed, 23 insertions, 0 deletions
diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang new file mode 100644 index 0000000..d0489d7 --- /dev/null +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -0,0 +1,7 @@ +item.jewelrycraft.thiefGloves.name=Thiefing Gloves +item.jewelrycraft.ingotShadow.name=Shadow Ingot +tile.jewelrycraft.oreShadow.name=Shadow Ore +tile.jewelrycraft.smelter.name=Smelter +tile.jewelrycraft.molder.name=Molder +tile.jewelrycraft.jewelCraftingTable.name=Jewelers Crafting Table +itemGroup.jewelrycraft.name=Jewelrycraft diff --git a/resources/assets/jewelrycraft/pack.mcmeta b/resources/assets/jewelrycraft/pack.mcmeta new file mode 100644 index 0000000..0b04ef8 --- /dev/null +++ b/resources/assets/jewelrycraft/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "Jewelrycraft" + } +}
\ No newline at end of file diff --git a/resources/assets/jewelrycraft/textures/blocks/oreShadow.png b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png Binary files differnew file mode 100644 index 0000000..31ee2a6 --- /dev/null +++ b/resources/assets/jewelrycraft/textures/blocks/oreShadow.png 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 Binary files differnew file mode 100644 index 0000000..1522faf --- /dev/null +++ b/resources/assets/jewelrycraft/textures/items/ingotShadow.png 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 Binary files differnew file mode 100644 index 0000000..b56e925 --- /dev/null +++ b/resources/assets/jewelrycraft/textures/items/thiefGloves.png |
