Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 6, 2025

The README contained several discrepancies with the actual implementation, and the fabric.mod.json license didn't match the LICENSE file.

Changes

  • Configuration path: Corrected from .minecraft/config/LocationWebsocket_settings.json to .minecraft/config/LocationWebSocket/config.json
  • Default WebSocket URL: Changed from localhost to 127.0.0.1 per Config.java defaults
  • Missing config option: Added enableMod field documentation
  • Mod type clarification: Added "server-side" to description (per fabric.mod.json environment field)
  • License fix: Updated fabric.mod.json from MIT to Apache-2.0 to match LICENSE file

Example Configuration

{
  "websocketPort": 8080,
  "websocketURL": "127.0.0.1",
  "enableMod": true
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • maven.fabricmc.net
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -Xmx1G -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update README


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 6, 2025 21:17
Co-authored-by: Pepijn-DB <62875389+Pepijn-DB@users.noreply.github.com>
…fabric.mod.json

Co-authored-by: Pepijn-DB <62875389+Pepijn-DB@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with latest project information Fix README inaccuracies and license inconsistency Dec 6, 2025
Copilot AI requested a review from Pepijn-DB December 6, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants