General code cleanup
This commit is contained in:
parent
95b49e5e23
commit
7f8ce535a7
17 changed files with 21 additions and 58 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue