Skip to content

CrackedMatter/mcpelauncher-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcpelauncher-zoom

A zoom mod for mcpelauncher.

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 and move the file into the mods directory.

Usage

  • Press C to zoom
  • While zoomed in, use your scroll wheel to increase or decrease the zoom level
  • Configure the mod via the menu bar

Building

Prerequisites:

  • Android NDK r27 or later. Download
  • CMake 3.21 or later

Replace /path/to/ndk with the actual path to the Android NDK and x86_64 with the desired ABI:

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.