From 5ae9fc6d513ca331ea246a8b2b2134a450708733 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Wed, 1 Jul 2015 16:28:08 +0100 Subject: Changed version number --- build.gradle | 2 +- changelog.txt | 12 ++++++++---- src/main/java/darkknight/jewelrycraft/util/Variables.java | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index a766558..96a6689 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'curseforge' project.ext { massive = "1" major = "0" - minor = "11" + minor = "12" mcVersion = "1.7.10" ee3Version = "0.3.505" alpacaVersion = "1.2" diff --git a/changelog.txt b/changelog.txt index f0634e3..1185bb7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,15 @@ Added: -- A Gui for Curses +- A Gui for Curses (default key is C) +- Curses now have localized names Removed: - Changed: - +- Changed Hearts despawn time from 30 to 45 seconds +- Hearts now are invulnerable first 3 seconds after they spawn +- "Humble Bundle" curse is now called "2 for 1" Fixed: - +- Pentagram should now be visible for everybody (aka people can now see the pentagram underneath you) +- Hearts are no longer removed if in creative (so if you take damage in creative the extra hearts don't get removed) +- Shadow Eye rotation \ No newline at end of file diff --git a/src/main/java/darkknight/jewelrycraft/util/Variables.java b/src/main/java/darkknight/jewelrycraft/util/Variables.java index aeb2fb6..92e2bf6 100644 --- a/src/main/java/darkknight/jewelrycraft/util/Variables.java +++ b/src/main/java/darkknight/jewelrycraft/util/Variables.java @@ -6,7 +6,7 @@ public class Variables { public static final String MODID = "jewelrycraft2"; public static final String MODNAME = "Jewelrycraft 2"; - public static final String VERSION = "1.0.11"; + public static final String VERSION = "1.0.12"; public static final String PACKET_CHANNEL = "jewelrycraft2"; public static final String CONFIG_GUI = "darkknight.jewelrycraft.config.ConfigGuiFactory"; -- cgit v1.2.3