mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-21 14:22:55 +00:00
chore: updated WE status & gradle commands in README
This commit is contained in:
parent
e925828043
commit
31b32d4eb6
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ This project aims to improve the experience of creating structures in Minecraft.
|
|||
## Modes
|
||||
- **Normal** The default mode. Use it to change to other modes
|
||||
- **Insert** Edit blocks in the world
|
||||
- **Visual** Use selection to edit (contains worldedit support)
|
||||
- **Visual** Use selection to edit (contains worldedit support) (planned)
|
||||
- **Replace** Replace blocks in the world
|
||||
|
||||
## Modifiers
|
||||
|
@ -24,8 +24,8 @@ 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 genSources` in the project directory.
|
||||
Then run `gradlew build` to compile the mod.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue