BuilderProxy.proxy.registerBlockRenderers();
}
@Mod.EventHandler
public void preInit(FMLPreInitializationEvent evt) {
templateItem = new ItemBlueprintTemplate();
templateItem.setUnlocalizedName("templateItem");
CoreProxy.proxy.registerItem(templateItem);
blueprintItem = new ItemBlueprintStandard();
blueprintItem.setUnlocalizedName("blueprintItem");