From 01c8701b68986ccfa83e902515716838d6829311 Mon Sep 17 00:00:00 2001 From: Onyx Date: Tue, 1 Dec 2015 20:55:30 +0000 Subject: - Fixed all of the bugs mentioned on github - Added new config options - Rabbits paw now increases the chance of spawning hearts, rather than itself spawning some - Hearts now have a much lower chance to spawn by default - You can no longer increase your health past 20 hearts (aka double the default health) - The guide now also shows the total number of pages on each tab - A new luck stat has been added to the Curse API - Cleaned up the code a bit (removed unused methods, imports etc) - The displayer's info now has a purple solid color background; the text also has a much closer shadow and now shrinks in height as well as in width when too big - I have modified the potion list to use Mithion's code, credits have been given --- src/main/resources/assets/jewelrycraft2/lang/en_US.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/resources/assets/jewelrycraft2/lang') diff --git a/src/main/resources/assets/jewelrycraft2/lang/en_US.lang b/src/main/resources/assets/jewelrycraft2/lang/en_US.lang index e55463e..39aefe8 100644 --- a/src/main/resources/assets/jewelrycraft2/lang/en_US.lang +++ b/src/main/resources/assets/jewelrycraft2/lang/en_US.lang @@ -104,8 +104,8 @@ chatmessage.jewelrycraft2.steal.fail=sensed a strange presence around him, makin chatmessage.jewelrycraft2.steal.caught1=As he was passing by, a random villager caught you trying to steal from chatmessage.jewelrycraft2.steal.caught2=A villager nearby saw you trying to steal from -chatmessage.jewelrycraft2.endereye.1=You sense some -chatmessage.jewelrycraft2.endereye.2=around you. +chatmessage.jewelrycraft2.effect.endereye.1=You sense some +chatmessage.jewelrycraft2.effect.endereye.2=around you. chatmessage.jewelrycraft2.feather=The necklace protected you from taking damage! chatmessage.jewelrycraft2.heartKilled.Red=GG! You just killed something that was beneficial to you! MURDERER! Red hearts heal you if you collide with them >:c @@ -160,8 +160,8 @@ jeweler.jewelrycraft2.ingotchest=Ingot Chest jeweler.jewelrycraft2.orechest=Ores Chest guide.jewelrycraft2.tab.introduction=Introduction -guide.jewelrycraft2.tab.introduction.1=Welcome to Jewelrycraft 2! This mod is about making jewelry that you can modify to your own will. To find out how to create a jewelry, please consult the book and look at the Smelter block. To add modifiers to it you need to perform a ritual. To see how to do that, look at the Cursed Eye block in this guide. Please be aware that even if you can add anything as a modifier and can have multiple modifiers on one jewelry, this mod does not have that many modifiers implemented and -guide.jewelrycraft2.tab.introduction.2=currently don't have any different effects depending on the gem used. To see what modifiers are currently implemented, just look in the Modifiers tab located in this guide (it is the one with the blaze powder as an icon). This mod was made by OnyxDarkKnight and the help of domi1819, pau101, Damien Hazard, boni and MineMarteen. +guide.jewelrycraft2.tab.introduction.1=Welcome to Jewelrycraft 2! This mod is about making jewelry that you can modify to your own will. To find out how to create jewelry, please consult this book and look at the Smelter under the block tab. To add modifiers to it you need to perform a ritual. To see how to do that, look at the Cursed Eye under the block tab in this guide. Please be aware that even if you can add anything as a modifier and can have multiple modifiers on one piece of jewelry, this mod does not have that many +guide.jewelrycraft2.tab.introduction.2=modifiers implemented and currently don't have any different effects depending on the gem used. To see what modifiers are currently implemented, just look in the Modifiers tab located in this guide (it is the one with the blaze powder as an icon). This mod was made by OnyxDarkKnight and the help of domi1819, pau101, Damien Hazard, boni and MineMarteen. guide.jewelrycraft2.tab.blocks=Blocks guide.jewelrycraft2.tab.misc=Gems, Ores and Ingots -- cgit v1.2.3