summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/curses
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2019-08-22 20:51:35 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2019-08-22 20:51:35 -0400
commitf242b3b9e2d62cc2263e9e9288c9feb9613e8132 (patch)
treec3fa648e9b44594fbda16f53c5ebd94c5fa4cd21 /src/main/java/darkknight/jewelrycraft/curses
parent20bef6e26d948698398bd16aeab8c9e6b89110e4 (diff)
Update
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/curses')
-rwxr-xr-xsrc/main/java/darkknight/jewelrycraft/curses/CurseList.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/curses/CurseList.java b/src/main/java/darkknight/jewelrycraft/curses/CurseList.java
index 249528a..f123863 100755
--- a/src/main/java/darkknight/jewelrycraft/curses/CurseList.java
+++ b/src/main/java/darkknight/jewelrycraft/curses/CurseList.java
@@ -23,9 +23,10 @@ public class CurseList {
public static Curse scionOfHell;
public static Curse moneyEqualsPower;
public static Curse doubleDown;
- public static Curse sacredOath;
// Not yet implemented
+ public static Curse sacredOath;
+
// None at the moment :)
public static void preInit(FMLPreInitializationEvent e) {
@@ -60,6 +61,6 @@ public class CurseList {
incredibleDevotion = new CurseIncredibleDevotion(Variables.MODNAME + ":" + "Incredible Devotion", 20,
CURSE_TEXPACK);
- sacredOath = new CurseSacredOath(Variables.MODNAME + ":" + "Sacred Oath", 21, CURSE_TEXPACK);
+ //sacredOath = new CurseSacredOath(Variables.MODNAME + ":" + "Sacred Oath", 21, CURSE_TEXPACK);
}
}