You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
[](https://github.com/michaljaz/web-minecraft/actions/workflows/github-pages.yaml)
6
6
## About
7
7
8
-
**Web-minecraft is minecraft client written in Javascript.** From web browser this client connects to [proxy](https://github.com/michaljaz/web-minecraft-proxy) that translates Websocket connection to TCP and then to real minecraft server, so you can play minecraft in the browser. Web-minecraft now only supports minecraft 1.16.5.
8
+
**Web-minecraft is minecraft client written in Javascript.** From web browser this client connects to websocket proxyand then to real minecraft server, so you can play minecraft in the browser.
9
9
10
10
## Demo
11
11
Live demo with no installation: https://minecraft.js.org.
@@ -19,7 +19,7 @@ npm start
19
19
```
20
20
This will start express and webpack in development mode: whenever you save a file, the build will be redone (it takes 2s), and you can refresh the page to get the new result.
21
21
22
-
Connect to http://localhost:8080 in your browser. Also specify correct server(1.16.5) ip in url param.
22
+
Connect to http://localhost:8080 in your browser. Also specify correct server ip in url param.
0 commit comments