2024-04-29 13:08:02 +00:00
|
|
|
# The Gimbal project
|
2024-04-22 21:51:00 +00:00
|
|
|
This project aims to improve the experience of creating structures in Minecraft.
|
|
|
|
|
2024-04-30 23:13:23 +00:00
|
|
|
# Links
|
|
|
|
|
|
|
|
<a href="https://discord.gg/rQUVrsttzz" target="_blank">
|
|
|
|
<img src="https://img.shields.io/badge/Join_the-Discord-5865F2" alt="Join the Discord" />
|
|
|
|
</a>
|
|
|
|
<a href="https://codeberg.org/moonleay/Gimbal/wiki/?action=_pages">
|
|
|
|
<img src="https://img.shields.io/badge/Read_the-wiki-ffffff" alt="Read the wiki" />
|
|
|
|
</a>
|
|
|
|
<a href="https://codeberg.org/moonleay/Gimbal">
|
|
|
|
<img src="https://img.shields.io/badge/Clone_the-source_code-green" alt="Clone the source code" />
|
|
|
|
</a>
|
|
|
|
<a href="https://codeberg.org/moonleay/Gimbal/issues">
|
|
|
|
<img src="https://img.shields.io/badge/Report_a-problem-red" alt="Report a problem"/>
|
|
|
|
</a>
|
|
|
|
|
2024-04-22 21:51:00 +00:00
|
|
|
## Features
|
2024-04-27 01:34:45 +00:00
|
|
|
- **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]
|
2024-04-22 21:51:00 +00:00
|
|
|
- **Undo/Redo** Easily undo and redo your changes. (planned)
|
|
|
|
|
|
|
|
## Modes
|
2024-04-27 01:34:45 +00:00
|
|
|
- **Normal** The default mode. Use it to change to other modes [x]
|
|
|
|
- **Insert** Edit blocks in the world [x]
|
2024-04-22 21:51:39 +00:00
|
|
|
- **Visual** Use selection to edit (contains worldedit support) (planned)
|
2024-04-27 01:34:45 +00:00
|
|
|
- **Replace** Replace blocks in the world [x]
|
2024-04-22 21:51:00 +00:00
|
|
|
|
|
|
|
## Modifiers
|
2024-04-27 02:25:07 +00:00
|
|
|
- **Bulldozer** Basically an auto-clicker [x]
|
2024-04-27 01:34:45 +00:00
|
|
|
- **Force Place** Ignore block placing restrictions [x]
|
|
|
|
- **No Clip** Walk and fly through blocks [x]
|
|
|
|
- **No Updates** Prevent block updates [x]
|
2024-04-22 21:51:00 +00:00
|
|
|
- **No Gravity** Prevent blocks from falling (planned)
|
2024-04-27 01:34:45 +00:00
|
|
|
- **Better Fly** Disable floaty fly physics and set custom fly speeds (planned)
|
|
|
|
- **Angelic Placement** Place blocks in the air (planned)
|
2024-04-22 21:51:00 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
This mod requires Fabric, the Fabric API, aswell as the HCConfigLib.
|
|
|
|
|
|
|
|
## Compiling
|
|
|
|
Before compiling, you need to generate the sources.
|
2024-04-22 21:51:39 +00:00
|
|
|
You can do this by running `./gradlew runDatagen` in the project directory.
|
|
|
|
Then run `./gradlew build` to compile the mod.
|
2024-04-22 21:51:00 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU General Public License v3.0.
|
|
|
|
See the [LICENSE](LICENSE) file for more information.
|
|
|
|
|