Recreation of the Rise Minecraft client user interface in LiquidBounce using Svelte.
RiseLB is an open-source project that aims to recreate the Rise Minecraft client user interface in LiquidBounce, a popular Minecraft client, using Svelte, a lightweight and powerful JavaScript framework.
- Rise-inspired User Interface: RiseLB brings the iconic Rise UI to LiquidBounce, providing a familiar and intuitive experience for Rise users.
- Customizable: RiseLB is built using Svelte, making it easy to customize and extend the UI to suit your needs with little code.
- LiquidBounce installed on your system
- Node.js and npm installed on your system
- Clone the repository:
git clone https://github.com/liquidsquid1/RiseLB.git - Install dependencies:
npm install - Build and run:
npm run build, and copy the "dist" folder created into your LiquidBounce themes directory.
Before you do step 3, simply change src\colors.scss to change the accent colour. This will affect the entire user interface.
RiseLB is an open-source project, and we welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request.
- The Rise Minecraft client for inspiration
- The CCBlueX team for their work on the LiquidBounce client