File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33===== SETUP =====
44
5- To build the mod:
5+ To install the mod:
6+ 1. Make sure you have Minecraft Forge installed
7+ 2. Go to the downloads page of this project and download the latest version of clientcommands
8+ 3. Copy the downloaded JAR into the mods folder
9+
10+ To build the mod from source:
611 1. Clone this repository
712 2. Run `gradlew build` from the command line
813 3. The mod JAR file is in build/libs
@@ -85,3 +90,6 @@ Common problems with setup:
8590 side time (which is the time that matters for mob spawning etc.) is unaffected.
8691 `/ctime mock` is intended for builders to inspect their builds at different times of
8792 day.
93+ /cvw - (upcoming: 1.1) starts or stops a Client Virtual World (CVW). A CVW is basically a copy
94+ of the world from the previous server, except you have cheats enabled. This could be
95+ useful e.g. for testing out contraptions in creative mode.
You can’t perform that action at this time.
0 commit comments