/Bloomware-Lite

🎮 Free version of Bloomware utility mod

Primary LanguageJava

Bloomware

GitHub contributors GitHub code size in bytes GitHub lines of code GitHub last commit Total downloads CodeFactor

🛠️ Bloomware

Bloomware is a paid utility mod for Minecraft 1.18+ versions

This is free version, feel free to contribute

We have a Discord server - Discord

⚠️ Currently is in development, fixing bugs and other issues and adding new features. ⚠️

How to install

  1. Download latest mod .jar from repo's releases.
  2. Drag it into .minecraft/mods directory.
  3. Install Fabric.
  4. Install Fabric API and drag it into .minecraft/mods directory.

Prepare dev environment

This is required only for contributors, not for normal users.

Using gradle tools

  1. Clone the repo using git clone
  2. Open command line (terminal if you're on linux);
  3. Type gradlew genSources to command line;
  4. To generate project for IntelliJ IDEA, run gradlew idea
  5. To generate project for Eclipse, run gradlew eclipse

Using GUI (IntelliJ IDEA only)

  1. Clone the repo using git clone
  2. Import Project -> Bloomware directory
  3. Select the build.gradle in mod's directory file, and import the project
    Note: If gradle did it's tasks and project's configuration files aren't showing up, try to restart IDEA.
    Note: If the project's configuration files still don't show up, try reimporting the Gradle project.

Developers

Contributors

FAQ

  • Default keybind for ClickGUI is Rshift
  • Default prefix for commands is "$"
  • Recommended version for Bloomware is 1.18 (FABRIC ONLY)