--Ended up solving--
Anyone else running into this issue:
\src\main\java\com\arlania\ItemDef_Emerald.java:44:
error: code too large
public static void newIDS(ItemDef itemDef, int id) {
Seems to me the file is too large and needs to be split? Not sure how to go about that. Thanks in advance!