diff --git a/README.md b/README.md index 6de55d3..bd75eee 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ Emerald Legacy Launcher integrates multiple community-driven builds of Minecraft | **[Revelations](https://github.com/itsRevela/MinecraftConsoles)** | [@itsRevela](https://github.com/itsRevela) | GitHub | Enhanced LCE with uncapped FPS, graphics fixes, hardcore hearts, and dedicated server security. Features LAN multiplayer, split-screen, and keyboard & mouse support. | | **[360 Revived](https://github.com/BluTac10/360Revived)** | [@BluTac10](https://github.com/BluTac10) | GitHub | PC port of Xbox 360 Edition TU19 with desktop optimizations. Features keyboard & mouse, fullscreen, LAN multiplayer, dedicated server, and split-screen support. | | **[Legacy Evolved](https://codeberg.org/piebot/LegacyEvolved)** | [@piebot](https://codeberg.org/piebot) | Codeberg | Backports newer title updates to LCE TU19 base. Currently porting TU25 (~98% complete) and TU31 (~76% complete). | -| **[Title Update 19](https://github.com/smartcmd/MinecraftConsoles)** | [@smartcmd](https://github.com/smartcmd) | GitHub | Minecraft LCE v1.6.0560.0 with compilation fixes. Base version for modding with keyboard & mouse, fullscreen, LAN multiplayer, and dedicated server support. | ### Coming Soon: Legacy Minecraft Restoration Project (LMRP) diff --git a/src/components/common/PanoramaBackground.tsx b/src/components/common/PanoramaBackground.tsx index 445bfc2..5587011 100644 --- a/src/components/common/PanoramaBackground.tsx +++ b/src/components/common/PanoramaBackground.tsx @@ -8,7 +8,7 @@ interface PanoramaProps { const PanoramaBackground = React.memo(({ profile, isDay }: PanoramaProps) => { const { isWindowVisible } = useUI(); - const PANORAMA_PROFILES = ['legacy_evolved', 'vanilla_tu19', 'vanilla_tu24', '360revived']; + const PANORAMA_PROFILES = ['legacy_evolved', '360revived']; const profileId = PANORAMA_PROFILES.includes(profile) ? profile : 'legacy_evolved'; const currentPanorama = `/panorama/${profileId}_Panorama_Background_${isDay ? 'Day' : 'Night'}.png`; diff --git a/src/components/views/SettingsView.tsx b/src/components/views/SettingsView.tsx index a604f2c..d388773 100644 --- a/src/components/views/SettingsView.tsx +++ b/src/components/views/SettingsView.tsx @@ -243,7 +243,7 @@ const SettingsView = memo(function SettingsView() { } else if (currentSubMenu === "video") { items.push({ id: "vfx", - label: `VFX: ${vfxEnabled ? "ON" : "OFF"}`, + label: `Click effects: ${vfxEnabled ? "ON" : "OFF"}`, type: "button", onClick: handleVfxToggle, }); @@ -256,7 +256,7 @@ const SettingsView = memo(function SettingsView() { if (isMac) { items.push({ id: "perf", - label: `M1/M2 Boost: ${perfBoost ? "Enabled" : "Disabled"}`, + label: `Apple silicon performance boost: ${perfBoost ? "Enabled" : "Disabled"}`, type: "button", onClick: handlePerfToggle, }); diff --git a/src/components/views/SetupView.tsx b/src/components/views/SetupView.tsx index 88ce0dd..7b7eba7 100644 --- a/src/components/views/SetupView.tsx +++ b/src/components/views/SetupView.tsx @@ -429,7 +429,7 @@ const SetupView: React.FC = ({ onComplete }) => {
-

Visual Effects

+

Click effects

Click particles and animations