MaKeDoNeSkIy / Bloomware

A free Minecraft utility mod for 1.16 and newer versions, designed for anarchy servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloomware

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

🛠️ Bloomware

Bloomware is a free minecraft anarchy utility mod for 1.16+

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

  • OffeeX (rockeZZergon)
  • DiOnFire (dion)

Contributors

  • yoursleep (Code cleanup, switching event system to google event system, helping with GUI and renderers)
  • cattyn (Code cleanup, normal settings)
  • Rikonardo (FontRenderer, moral support, tips, etc.)
  • srgantmoomoo (client base "bedroom")
  • ronmamo (java lib - Reflections)
  • johnrengelman (java lib - ShadowJar)
  • Fabric Contributors (for fabric)

FAQ

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

To Do

  • ClickGUI
  • HudEditor
  • Commands
  • Alt Manager
  • Capes
  • Animations
  • Friends
  • JSON configs
  • Settings
    • using Commands
    • using ClickGUI

About

A free Minecraft utility mod for 1.16 and newer versions, designed for anarchy servers.


Languages

Language:Java 100.0%