General code cleanup

This commit is contained in:
modmuss50 2018-07-20 22:08:21 +01:00
parent 95b49e5e23
commit 7f8ce535a7
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
17 changed files with 21 additions and 58 deletions

View file

@ -158,7 +158,7 @@ public class ModItems {
public static Item DEBUG;
public static DynamicCell CELL;
public static void init() throws InstantiationException, IllegalAccessException {
public static void init() {
GEMS = new ItemGems();
registerItem(GEMS, "gem");
INGOTS = new ItemIngots();