//load genuses
BlockGenus.loadBlockGenera(workspace, root);
//load rules
BlockLinkChecker.addRule(workspace, new CommandRule(workspace));
BlockLinkChecker.addRule(workspace, new SocketRule());
//set the dirty flag for the language definition file
//to false now that the lang file has been loaded
langDefDirty = false;