mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-06-07 08:56:17 +02:00
feat: added ForcePlace & No Updates, Modifier disabled messages moved to Toast
This commit is contained in:
parent
ff77e2b576
commit
8930d64fd0
11 changed files with 74 additions and 66 deletions
19
README.md
19
README.md
|
@ -2,23 +2,24 @@
|
|||
This project aims to improve the experience of creating structures in Minecraft.
|
||||
|
||||
## Features
|
||||
- **Modes** Use different modes to edit structures. Think Vim for Minecraft.
|
||||
- **Modifier** Use modifiers to change the behavior of the modes and your building experience.
|
||||
- **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
|
||||
- **Insert** Edit blocks in the world
|
||||
- **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
|
||||
- **Replace** Replace blocks in the world [x]
|
||||
|
||||
## Modifiers
|
||||
- **Bulldozer** Basically an auto-clicker
|
||||
- **Force Place** Ignore block placing restrictions
|
||||
- **No Clip** Walk and fly through blocks
|
||||
- **No Updates** Prevent block updates
|
||||
- **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)
|
||||
- **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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue