From cd56b1630738397247f9299ca524dfc58990b3c8 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 26 Dec 2013 22:52:08 +0200 Subject: Invisibility and jump boost ring, that nullifies fall damage and a cool new block! --- resources/assets/jewelrycraft/Displayer.tcn | Bin 0 -> 977 bytes resources/assets/jewelrycraft/lang/en_US.lang | 1 + .../assets/jewelrycraft/textures/blocks/displayer.png | Bin 0 -> 3800 bytes .../jewelrycraft/textures/tileentities/Displayer.png | Bin 0 -> 1232 bytes 4 files changed, 1 insertion(+) create mode 100644 resources/assets/jewelrycraft/Displayer.tcn create mode 100644 resources/assets/jewelrycraft/textures/blocks/displayer.png create mode 100644 resources/assets/jewelrycraft/textures/tileentities/Displayer.png (limited to 'resources') diff --git a/resources/assets/jewelrycraft/Displayer.tcn b/resources/assets/jewelrycraft/Displayer.tcn new file mode 100644 index 0000000..06113a0 Binary files /dev/null and b/resources/assets/jewelrycraft/Displayer.tcn differ diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index 116ed64..667264f 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -10,6 +10,7 @@ item.Jewelrycraft.ring.name=Ring tile.Jewelrycraft.oreShadow.name=Shadow Ore tile.Jewelrycraft.smelter.name=Smelter tile.Jewelrycraft.molder.name=Molder +tile.Jewelrycraft.displayer.name=Displayer tile.Jewelrycraft.jewelCraftingTable.name=Jeweler's Crafting Table itemGroup.JewelryCraft=Jewelrycraft chatmessage.Jewelrycraft.molder.addedmold=Added %s to molder. diff --git a/resources/assets/jewelrycraft/textures/blocks/displayer.png b/resources/assets/jewelrycraft/textures/blocks/displayer.png new file mode 100644 index 0000000..155fa53 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/blocks/displayer.png differ diff --git a/resources/assets/jewelrycraft/textures/tileentities/Displayer.png b/resources/assets/jewelrycraft/textures/tileentities/Displayer.png new file mode 100644 index 0000000..200637b Binary files /dev/null and b/resources/assets/jewelrycraft/textures/tileentities/Displayer.png differ -- cgit v1.2.3