LeviLamina client mod to customize the version text on the Minecraft Bedrock start menu.
- Download & install LeviLauncher
- Download & install lip (grab
lip-cli-win-x64-en-US.msi) - Install Minecraft 1.21.124.02 through LeviLauncher
- Open the client folder (through LeviLauncher or navigate to
versions\1.21.124.02\) - Click the address bar, type
cmd, hit Enter - Run:
lip install github.com/LiteLDev/LeviLamina#client@1.8.0-rc.1
Coming soon...
- Download the latest release from Releases
- Extract the zip file
- Copy the
custom-version-textfolder toLeviLauncher\versions\1.21.124.02\mods\ - Launch the game through LeviLauncher
Config file: mods/custom-version-text/config/config.json
{
"version": 1,
"versionText": "Custom Version",
"showGameVersion": true,
"showLoaderVersion": true,
"format": "{gameVersion} | {loaderVersion} | {customText}"
}{gameVersion}- Game version (e.g., v1.21.124.02){loaderVersion}- LeviLamina version{customText}- Your custom text
{
"versionText": "OpenMCBE",
"showGameVersion": false,
"showLoaderVersion": false,
"format": "{customText}"
}xmake repo -u
xmake f -a x64 -m release -p windows -y
xmakeOutput: bin/custom-version-text/