Skip to content

Commit aaa3d29

Browse files
Update README.txt
1 parent cd06bb7 commit aaa3d29

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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.

0 commit comments

Comments
 (0)