Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/23 in all areas

  1. https://github.com/ValhelsiaTeam/Valhelsia-Structures/issues/147 i.e. valhelsia is not compatible with optifine, unless you can persuade optifine to fix it.
    1 point
  2. I am not sure how to do that, but it will be something like (untested code): var packetListener = Minecraft.getInstance().getConnection(); if (packetListener != null && packetListener.getConnection().getRemoteAddress() instanceof InetSocketAddress inetSocketAddress) { System.out.println(inetSocketAddress); } Or there is also var packetListener = Minecraft.getInstance().getConnection(); if (packetListener != null) { System.out.println(packetListener.getServerData().ip); } But the latter is probably the "abcd.net"? If those don't give you what you want, you can use packetListener.getConnection().channel() to get the Netty implementation.
    1 point
  3. Rubidium is a broken client side only mod that will crash your game when loaded on the server.
    1 point
  4. hey i was in the same boat. figured out how to download it. click show all versions, hover over the installer link and just next to it theres a circle with an i in it, hover over that and theres a direct download.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.