mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-22 11:45:56 +00:00
Three issues fixed: - Save file path used hardcoded saveData.ms but new 4JLibs names files as <title>.ms. ReadLevelNameFromSaveFile now constructs the correct path with fallback to saveData.ms for old saves. - The level.dat code path for reading the hardcore flag (sidecar rename) returned early without ever parsing level.dat. Now stores the sidecar name and continues to read the hardcore flag from NBT. - The thumbnail host options path could overwrite m_bHardcore to false. Now only upgrades to true, never downgrades. - Load menu constructor and tick handler both lock difficulty slider to Hardcore and gamemode to Survival when hardcore is detected. - Hide title logo on load menu to match create world menu.