Content
# mcpelauncher-old-screen-animations
A mod for [mcpelauncher](https://minecraft-linux.github.io) that reverts the change stopping menu panorama and splash text movement when the "screen animations" option is disabled.
## Installation
Create a `mods` directory in the directory of your mcpelauncher profile (e.g. `~/.local/share/mcpelauncher`) if you have not already done so.
Download the mod from [releases](https://github.com/CrackedMatter/mcpelauncher-old-screen-animations/releases) and move the file into the `mods` directory.
## Building
Prerequisites:
- Android NDK r27 or later. [Download](https://developer.android.com/ndk/downloads)
- CMake 3.14 or later
Replace `/path/to/ndk` with the actual path to the Android NDK:
```
cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/ndk/build/cmake/android.toolchain.cmake -DANDROID_ABI=x86_64 -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build
```
This will create a `build` directory containing the mod file. Install it as described in [Installation](#installation).
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
continue
Continue is an open-source project for seamless server management.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
semantic-kernel
Build and deploy intelligent AI agents with Semantic Kernel's orchestration...