Skip to content

Install on Client

Prerequisites

You need an operating system supported by Minecraft Bedrock Edition:

  • Windows 10 (64-bit)
  • Windows 11 (64-bit)

To install LeviLamina onto the Minecraft Bedrock Edition client, you also need to install the following:

Automatic Installation via LeviLauncher

  1. Click the “Settings” button in the launcher navigation bar, scroll down to find lip, and click “Install”.
  2. Click the “Download” button in the launcher navigation bar to install the Minecraft Bedrock Edition client version supported by LeviLamina.
  3. On the launcher's “Launch” page, switch the version to the newly installed one.
  4. Hover your mouse over the “Mods” tab and click the “Manage Mods” button in the bottom-right corner of the tab.
  5. On the plugin management page that appears, click the “Install LeviLamina” button in the top-right corner.

Installation via lip

  1. Install a client version supported by LeviLamina through LeviLauncher. You can refer to the Supported Versions for specific details.
  2. Open the client directory via LeviLauncher, then open a command line terminal (you can type cmd in the address bar and press Enter).
  3. Run the following command to install LeviLamina: lip install github.com/LiteLDev/LeviLamina#client@version_number

For example, to install version 1.9.1, run:

Bash
1
lip install github.com/LiteLDev/LeviLamina#client@1.9.1

Upgrading LeviLamina

Due to a design limitation in lip, lip currently does not support upgrading a package and its dependencies together; you must manually upgrade the dependencies as well.
For example, to upgrade to version 1.9.1, run the following command:

Bash
1
lip update github.com/LiteLDev/LeviLamina#client@1.9.1 github.com/LiteLDev/bedrock-runtime-data@1.21.132-client.3

Because version 1.9.1 depends on bedrock-runtime-data version 1.21.132-client.3, you need to upgrade it together.