From e7a705bb295bf9928b9e8338cb32f260f78cfadd Mon Sep 17 00:00:00 2001 From: Nathan2055 Date: Fri, 31 Jan 2014 13:57:05 -0500 Subject: [PATCH] Fix certain items displaying in chat wrong (#670) This fixes the issue that caused Fence Gates, Brewing Stands, Enchantment Tables, and Trapped Chests to display incorrectly in chat, fixing #670 --- core/src/main/resources/lang/lwc_en.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/main/resources/lang/lwc_en.properties b/core/src/main/resources/lang/lwc_en.properties index a450e140b..6f3abd31d 100644 --- a/core/src/main/resources/lang/lwc_en.properties +++ b/core/src/main/resources/lang/lwc_en.properties @@ -25,6 +25,10 @@ sign=Sign wooden_door=Wooden Door iron_door=Iron Door trap_door=Trap Door +fence_gate=Fence Gate +brewing_stand=Brewing Stand +enchantment_table=Enchantment Table +trapped_chest=Trapped Chest # Internal LWC error (if this shows up, something went terribly wrong most likely) protection.internalerror=%red%[LWC] Internal error. Notify an admin immediately.%white% :%id%