ViaVersionMCP / ViaMCP

ViaVersion VersionSwitcher for Minecraft Coder Pack (MCP)
GNU General Public License v3.0
51 stars 11 forks source link

How to get current version? #22

Closed GatoV2 closed 3 months ago

GatoV2 commented 3 months ago

How do I get the current ver./protocol? I remember there used to be ViaMCP.getInstance().getVersion() on previous versions but it doesn't seem to exist here

toidicakhia commented 3 months ago

Use ViaLoadingBase.getInstance().getTargetVersion()

GatoV2 commented 3 months ago

thank you