From 86084ff97061be16b8ee3e9fe8d8c79865610398 Mon Sep 17 00:00:00 2001 From: bspkrs Date: Mon, 16 Dec 2013 14:53:55 -0500 Subject: moved chat messages to lang file --- resources/assets/jewelrycraft/lang/en_US.lang | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources') diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index ee226ee..d3918b4 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -9,3 +9,10 @@ tile.jewelrycraft.smelter.name=Smelter tile.jewelrycraft.molder.name=Molder tile.jewelrycraft.jewelCraftingTable.name=Jeweler's Crafting Table itemGroup.JewelryCraft=Jewelrycraft +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! +chatmessage.jewelrycraft.smelter.molderhasmoltenmetal=The Molder already has molten metal in it! +chatmessage.jewelrycraft.smelter.molderhasnomold=The Molder doesn't have a mold in it! You might as well pour this stuff on the ground, eh? +chatmessage.jewelrycraft.smelter.modlerhasitem=The Molder contains an item in it. Now you wouldn't want it to be destroyed, would you? +chatmessage.jewelrycraft.smelter.molderismissing=You need a Molder in front of this block in order to pour the molten metal! \ No newline at end of file -- cgit v1.2.3