use of net.darkhax.bookshelf.lib.ModTrackingList in project Bookshelf by Darkhax-Minecraft.
the class Bookshelf method onConstruction.
@EventHandler
public void onConstruction(FMLConstructionEvent event) {
CraftingManager.getInstance().recipes = new ModTrackingList(CraftingManager.getInstance().recipes);
AnnotationUtils.asmData = event.getASMHarvestedData();
MinecraftForge.EVENT_BUS.register(new BookshelfEvents());
}
Aggregations