Find a file
2024-06-13 18:52:04 +02:00
.forgejo/workflows chore/add-ci (#3) 2024-05-10 15:17:26 +00:00
gradle/wrapper feat: added permission checks to server, reworked login process, upgraded gradle, upgraded loom 2024-05-01 18:42:50 +02:00
src/main feat: add ESC resets mode setting 2024-06-13 18:52:04 +02:00
.gitignore feat: added TranslatableText support 2024-04-22 23:30:24 +02:00
build.gradle.kts chore/add-ci (#3) 2024-05-10 15:17:26 +00:00
gradle.properties feat: added permission checks to server, reworked login process, upgraded gradle, upgraded loom 2024-05-01 18:42:50 +02:00
gradlew chore: updated copyright in other files 2024-04-29 23:11:38 +02:00
gradlew.bat big bang 2024-04-22 04:43:38 +02:00
LICENSE chore: renamed to Gimbal, because I cannot spell apparently 2024-04-29 15:08:02 +02:00
README.md chore: updated README.md 2024-05-01 01:13:23 +02:00
settings.gradle.kts chore: updated copyright in other files 2024-04-29 23:11:38 +02:00

The Gimbal project

This project aims to improve the experience of creating structures in Minecraft.

Links

Join the Discord Read the wiki Clone the source code Report a problem

Features

  • Modes Use different modes to edit structures. Think Vim for Minecraft. [x]
  • Modifier Use modifiers to change the behavior of the modes and your building experience. [x]
  • Undo/Redo Easily undo and redo your changes. (planned)

Modes

  • Normal The default mode. Use it to change to other modes [x]
  • Insert Edit blocks in the world [x]
  • Visual Use selection to edit (contains worldedit support) (planned)
  • Replace Replace blocks in the world [x]

Modifiers

  • Bulldozer Basically an auto-clicker [x]
  • Force Place Ignore block placing restrictions [x]
  • No Clip Walk and fly through blocks [x]
  • No Updates Prevent block updates [x]
  • No Gravity Prevent blocks from falling (planned)
  • Better Fly Disable floaty fly physics and set custom fly speeds (planned)
  • Angelic Placement Place blocks in the air (planned)

Installation

This mod requires Fabric, the Fabric API, aswell as the HCConfigLib.

Compiling

Before compiling, you need to generate the sources. You can do this by running ./gradlew runDatagen in the project directory. Then run ./gradlew build to compile the mod.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.