Change Revealing upgrade to follow other upgrades

Obtained the same way as before.
This commit is contained in:
Nick 2016-02-09 18:49:38 -08:00
parent be0a93143d
commit f613c00970
6 changed files with 57 additions and 25 deletions

View file

@ -132,7 +132,6 @@ public class Constants
public static final String WAILA_CONFIG_RITUAL = Mod.MODID + ".ritualController";
public static final String WAILA_CONFIG_ARRAY = Mod.MODID + ".array";
public static final String THAUMCRAFT_HAS_GOGGLES = "hasGoggles";
public static final Item THAUMCRAFT_GOGGLES = GameRegistry.findItem("Thaumcraft", "goggles");
}