diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-23 22:03:06 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-23 22:03:06 +0200 |
| commit | 198677e5b01009a65d243da1d25a14f879df659c (patch) | |
| tree | 512da4c4fbccc40fdcfc79a6f6cbf0f4eb0efd50 /resources | |
| parent | b01cf1aa1d3480ad52ee7940f213596bfe6a2090 (diff) | |
Changed lots of stuff, added new features. Ender Rings!!!
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/jewelrycraft/lang/en_US.lang | 10 | ||||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/items/jewel.png | bin | 0 -> 244 bytes | |||
| -rw-r--r-- | resources/assets/jewelrycraft/textures/items/ring.png | bin | 267 -> 272 bytes |
3 files changed, 7 insertions, 3 deletions
diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index efd1e57..6473cfb 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -16,6 +16,7 @@ chatmessage.jewelrycraft.molder.addedmold=Added %s to molder. chatmessage.jewelrycraft.molder.metaliscooling=Molten metal is cooling... chatmessage.jewelrycraft.molder.moldisempty=Mold is currently empty. chatmessage.jewelrycraft.molder.moldismissing=Molder does not contain a mold. +chatmessage.jewelrycraft.molder.hasmoltenmetal=You can't remove the mold. It contains molten metal! chatmessage.jewelrycraft.smelter.alreadyhasingot=The Smelter already contains a %s chatmessage.jewelrycraft.smelter.hasmolteningot=The Smelter contains a molten %s chatmessage.jewelrycraft.smelter.itemneedstobeingot=The item needs to be an ingot! @@ -28,7 +29,10 @@ chatmessage.jewelrycraft.smelter.nowsmeltingingot=Smelter is now smelting a %s. chatmessage.jewelrycraft.smelter.metalismelting=%s is being melted. chatmessage.jewelrycraft.smelter.empty=The Smelter is empty. chatmessage.jewelrycraft.table.hasenditem=First take out the crafted jewel before inserting new stuff. -chatmessage.jewelrycraft.table.missingjewelryandmodifier=You need a ring and a modifier. +chatmessage.jewelrycraft.table.missingjewelryandmodifierorjewel=You need a ring and a modifier or a jewel. chatmessage.jewelrycraft.table.missingjewelry=You're missing a piece of jewelry. -chatmessage.jewelrycraft.table.missingmodifier=You need a modifier. -chatmessage.jewelrycraft.table.iscrafting=The %s is being modified.
\ No newline at end of file +chatmessage.jewelrycraft.table.missingmodifierorjewel=You need a modifier or a jewel. +chatmessage.jewelrycraft.table.iscrafting=The %s is being modified. +chatmessage.jewelrycraft.table.jewelrymodifiedfull=This piece of jewelry is already modified at maxium. You can't modify it anymore! +chatmessage.jewelrycraft.table.jewelrycontainsmodifier=The piece of jewelry already contains a modifier. +chatmessage.jewelrycraft.table.jewelrycontainsjewel=The piece of jewelry already contains a jewel.
\ No newline at end of file diff --git a/resources/assets/jewelrycraft/textures/items/jewel.png b/resources/assets/jewelrycraft/textures/items/jewel.png Binary files differnew file mode 100644 index 0000000..4875772 --- /dev/null +++ b/resources/assets/jewelrycraft/textures/items/jewel.png diff --git a/resources/assets/jewelrycraft/textures/items/ring.png b/resources/assets/jewelrycraft/textures/items/ring.png Binary files differindex 7253e73..ae59f5a 100644 --- a/resources/assets/jewelrycraft/textures/items/ring.png +++ b/resources/assets/jewelrycraft/textures/items/ring.png |
