Skip to content

Commit 960e963

Browse files
authored
Update README.md
1 parent 584fb00 commit 960e963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
| Step | Instructions |
6262
|:---:|:---|
6363
| **1. Requirements** | • Java 21+<br>• Node.js 18+ (only for web UI development)<br>• Minecraft 1.21.10 with Fabric Loader 0.17.3+<br>• Meteor Client 1.21.10-32 |
64-
| **2. Download the addon** | Download the latest `.jar` release from the [GitHub Releases](https://github.com/GhostTypes/meteor-client-webgui/releases) page. |
64+
| **2. Download the addon** | Download the latest `.jar` release from the [GitHub Releases](https://github.com/MCDxAI/meteor-client-webgui/releases) page. |
6565
| **3. Install into Minecraft** | 1. Copy the downloaded `.jar` file to `.minecraft/mods/`.<br>2. Ensure the required Meteor Client version is installed.<br>3. Launch Minecraft with your Fabric profile. |
6666
| **4. Start the WebGUI server** | 1. Press **Right Shift** to open the Meteor GUI.<br>2. Open the **WebGUI** tab.<br>3. Configure **Host** (default `127.0.0.1`) and **Port** (default `8080`) plus **Auto Start** if desired.<br>4. Click **Start Server**.<br><br>Log output:<br><pre>[Meteor WebGUI] Starting WebGUI server on 127.0.0.1:8080<br>[Meteor WebGUI] Event monitoring started for N modules<br>[Meteor WebGUI] Access the WebGUI at: http://127.0.0.1:8080</pre> |
6767
| **5. Open the interface** | **Production** – Visit `http://127.0.0.1:8080` (or your configured host/port). Static assets and the `/ws` WebSocket endpoint are served by the addon itself.<br><br>**Development** – For hot reloading, run:<br><pre>cd webui<br>npm install<br>npm run dev</pre><br>Visit `http://localhost:3000`. Vite proxies `/ws` to `localhost:8080`, so the development UI still talks to the in-game server. |

0 commit comments

Comments
 (0)