summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-07-01 16:28:08 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-07-01 16:28:08 +0100
commit5ae9fc6d513ca331ea246a8b2b2134a450708733 (patch)
treeaf9775328e0c2cadd11723d35e6c9458d9b7605e
parent46186569d5cb462f90e59a37dc17a9fad51cfa4a (diff)
Changed version number
-rw-r--r--build.gradle2
-rw-r--r--changelog.txt12
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/Variables.java2
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";