ViaVersionMCP / ViaMCP

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

Question about transaction fix #10

Closed ManInMyVan closed 7 months ago

ManInMyVan commented 7 months ago

I'm making a forge based client, and I figured out everything else for the transaction fix. I couldn't figure out where I'm supposed to put fixTransactions(), it doesn't seem to say where.

FlorianMichael commented 7 months ago

It's a method in the ViaMCP class file which just have to be called after ViaVersion has been loaded, see https://github.com/ViaVersionMCP/ViaMCP/blob/a5beb4f93be53f1e12439e0f82f7157403fff504/v1.8.x/src/de/florianmichael/viamcp/ViaMCP.java#L50