Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Version Text

LeviLamina client mod to customize the version text on the Minecraft Bedrock start menu.

Prerequisites (Manual Installation)

  1. Download & install LeviLauncher
  2. Download & install lip (grab lip-cli-win-x64-en-US.msi)
  3. Install Minecraft 1.21.124.02 through LeviLauncher
  4. Open the client folder (through LeviLauncher or navigate to versions\1.21.124.02\)
  5. Click the address bar, type cmd, hit Enter
  6. Run:
    lip install github.com/LiteLDev/LeviLamina#client@1.8.0-rc.1
    

Automatic Installation via LeviLauncher

Coming soon...

Installation

  1. Download the latest release from Releases
  2. Extract the zip file
  3. Copy the custom-version-text folder to LeviLauncher\versions\1.21.124.02\mods\
  4. Launch the game through LeviLauncher

Configuration

Config file: mods/custom-version-text/config/config.json

{
    "version": 1,
    "versionText": "Custom Version",
    "showGameVersion": true,
    "showLoaderVersion": true,
    "format": "{gameVersion} | {loaderVersion} | {customText}"
}

Placeholders

  • {gameVersion} - Game version (e.g., v1.21.124.02)
  • {loaderVersion} - LeviLamina version
  • {customText} - Your custom text

Example

{
    "versionText": "OpenMCBE",
    "showGameVersion": false,
    "showLoaderVersion": false,
    "format": "{customText}"
}

Building

xmake repo -u
xmake f -a x64 -m release -p windows -y
xmake

Output: bin/custom-version-text/

Links

Releases

Packages

Contributors

Languages