summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/util/Variables.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-05-01 13:28:58 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-05-01 13:28:58 +0100
commit1bc1ebefb87e2ea3d29780f54f32bf95b24a6d80 (patch)
treeb00fda04806f17e9a84c515cdbf561ef4fca6e90 /src/main/java/darkknight/jewelrycraft/util/Variables.java
parentc19aeae6ae51ca9019f8051f83ab7eb52f4a1608 (diff)
- Made the ritual even better
- Fixed a type where the "Thieving Gloves" were named "Thiefing Gloves" - Fixed the world from crashing when entering one - Changed Flaming Soul Curse to set players on fire when they attack something, rather than randomly - Player no longer gets blinded when the ritual starts - The ritual now creates a sphere of darkness around it
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/util/Variables.java')
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/Variables.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/util/Variables.java b/src/main/java/darkknight/jewelrycraft/util/Variables.java
index 7e915de..71f5ab8 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.4";
+ public static final String VERSION = "1.0.5";
public static final String PACKET_CHANNEL = "jewelrycraft2";
public static final String CONFIG_GUI = "darkknight.jewelrycraft.config.ConfigGuiFactory";