package net.zhuoweizhang.mcpelauncher; public final class MinecraftConstants { public static final int LIB_LOAD_OFFSET_BEGIN = 0x28c9b0; public static final int LIB_LOAD_OFFSET = 0x1000; public static final byte[] GUI_BLOCKS_PATCH = { (byte) 0xff, 0x50, 0x54, 0x50, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x13, 0x14, (byte) 0xdc, 0x4f, (byte) 0xf0, (byte) 0xff, 0x30, 0x70, 0x47, 0x00, 0x13, 0x1b, 0x38, 0x00, (byte) 0xbf, 0x00, (byte) 0xbf }; public static final byte[] GUI_BLOCKS_UNPATCH = { (byte) 0xff, 0x50, 0x54, 0x50, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x13, 0x14, (byte) 0xdc, 0x38, (byte) 0xb5, 0x05, 0x46, 0x33, (byte) 0xf0, 0x00, 0x13, 0x1b, 0x38, (byte) 0xff, (byte) 0xf7, (byte) 0x86, (byte) 0xfd }; public static final int MINECRAFT_VERSION_CODE = 500801011; }