diff options
Diffstat (limited to 'resources/assets/jewelrycraft/lang')
| -rw-r--r-- | resources/assets/jewelrycraft/lang/en_US.lang | 10 |
1 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 |
