mcbingo icon indicating copy to clipboard operation
mcbingo copied to clipboard

Create a Minecraft Fabric mod which uses Websockets to talk to the site

Open Joshimuz opened this issue 3 months ago • 0 comments

After doing some research it should be possible to create a Minecraft Fabric mod that talks to the site (yes even a local hosted version) through a local websocket. Like the site attempts to connect to a websocket on 127.0.0.1, and we use a Fabric mod to host a websocket server thingy which listens for the connection.

It could then just send an update whenever a goal is done, this would take a looooot of work though, because there's a lot of goals and essentially programming an "autosplitter" for them seems like a colossal effort, however I think the payoff would be enormous as manually selecting goals and such is a big pain point for a lot of people... and autosplitters are cool!

While I'm familiar with websockets, I have no idea where to even start with creating a mod for Minecraft though.

Joshimuz avatar Sep 30 '25 18:09 Joshimuz