Skip to content

Commit 05d8d4d

Browse files
committed
Change version filenames in readme
1 parent fdecd06 commit 05d8d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ It uses the original assets from a user-provided Minecraft jar. Only basic block
1111
### Running
1212
Only runs on Windows currently.
1313

14-
- Requires `1.19.3.jar` from your Minecraft installation to be in the working directory. You can find this in `%appdata%/.minecraft/versions/1.19.3/`. This is used to load the textures and block models.
15-
- Requires `blocks-1.19.3.json` that is generated from running Minecraft with a [certain flag](https://wiki.vg/Data_Generators#Generators) or from the [polymer release page](https://github.com/atxi/Polymer/releases).
14+
- Requires `1.19.4.jar` from your Minecraft installation to be in the working directory. You can find this in `%appdata%/.minecraft/versions/1.19.4/`. This is used to load the textures and block models.
15+
- Requires `blocks-1.19.4.json` that is generated from running Minecraft with a [certain flag](https://wiki.vg/Data_Generators#Generators) or from the [polymer release page](https://github.com/atxi/Polymer/releases).
1616
- Requires compiled shaders. Get them from the release page or read the shader section below if manually building.
1717

1818
Running the exe will connect to localhost with the username 'polymer'. The server must be configured to be in offline mode.
1919

2020
You can specify the username and server ip by command line.
2121
`polymer.exe -u username -s 127.0.0.1:25565`
2222

23-
Currently only a spectator camera is implemented for flying around and rendering the world. By default, you will be in the survival gamemode on the server. If you want chunks to load as you move, you need to put yourself in spectator gamemode. You can do this in the server terminal or with another client connected.
23+
Currently only a spectator camera is implemented for flying around and rendering the world. By default, you will be in the survival gamemode on the server. If you want chunks to load as you move, you need to put yourself in spectator gamemode. You can do this in the server terminal or in game with the command `/gamemode spectator`.
2424

2525
### Building
2626
Currently only compiles on Windows, but other platforms are planned.

0 commit comments

Comments
 (0)