// ordents.xyz/internal/ModelHexDB.java

public class ModelHexDB {
// Auto-generated on 08/22/25 :: DO NOT MODIFY
private static final String[] HEX_MODELS = {
"ordents/hex_01.dat", // 0xA3F9C1
"ordents/hex_02.dat", // 0xB7E2D4
"ordents/hex_03.dat", // 0xC1D3E8 [corrupted]
"ordents/hex_04.dat", // 0xD9F0A7
"ordents/hex_05.dat", // 0xE4B1FF [missing]
};

public static void load() {
// TODO: Verify integrity of hex_03 and hex_05
System.out.println
("Loading model hex codes from /ordents/");
}
}