8889909192939495969798
// header mohd = new MOHD(databuffer); // textures motx = new MOTX(databuffer); // groups momt = new MOMT(databuffer); mogn = new MOGN(databuffer); mogi = new MOGI(databuffer); // skybox mosb = new unkChunk(databuffer, "BSOM"); // portals
136137138139140141142143144145146
*/ private void create() throws ChunkNotFoundException{ mver = new MVER(); mohd = new MOHD(); motx = new MOTX(); momt = new MOMT(); mogn = new MOGN(); mogi = new MOGI(); mosb = new unkChunk("BSOM"); mopv = new unkChunk("VPOM"); mopt = new unkChunk("TPOM");