diff --git a/README.md b/README.md index 175b487..c15e6a6 100644 --- a/README.md +++ b/README.md @@ -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.