chore: updated WE status & gradle commands in README

This commit is contained in:
moonleay 2024-04-22 23:51:39 +02:00
parent e925828043
commit 31b32d4eb6
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -9,7 +9,7 @@ This project aims to improve the experience of creating structures in Minecraft.
## Modes ## Modes
- **Normal** The default mode. Use it to change to other modes - **Normal** The default mode. Use it to change to other modes
- **Insert** Edit blocks in the world - **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 - **Replace** Replace blocks in the world
## Modifiers ## Modifiers
@ -24,8 +24,8 @@ This mod requires Fabric, the Fabric API, aswell as the HCConfigLib.
## Compiling ## Compiling
Before compiling, you need to generate the sources. Before compiling, you need to generate the sources.
You can do this by running `gradlew genSources` in the project directory. You can do this by running `./gradlew runDatagen` in the project directory.
Then run `gradlew build` to compile the mod. Then run `./gradlew build` to compile the mod.
## License ## License
This project is licensed under the GNU General Public License v3.0. This project is licensed under the GNU General Public License v3.0.