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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
| Step | Instructions |
62
62
|:---:|:---|
63
63
|**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. |
65
65
|**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. |
66
66
|**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> |
67
67
|**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