[bug | 1.0.2] Mouse clicked event error
WantaSanchez opened this issue ยท 5 comments
Describe the bug
When you press the button to switch the mining mode (only ores or all blocks), the game crashes.
To Reproduce
Steps to reproduce the behavior:
- Go to game world
- Open miner GUI
- Click on mining mode button
- See game crash
Expected behavior
Switching mining mode
Mods versions:
- Quarry Reborn: 1.0.2
- Tech Reborn: 5.3.4
- Fabric API: 0.61.0
Game logs
https://gist.github.com/WantaSanchez/7ee11f55ef0e1bbe45214e4830998ed0
Issue is occurring due to this change in Core Reborn.
reborncore.common.network.NetworkManager to reborncore.client.ClientNetworkManager
NetworkManager.sendToServer was moved to ClientNetworkManager.sendToServer
We encountered the same error, is there any update available on this issue?
Not yet. In general, the mod is officially compatible with Minecraft 1.19 and has not received updates to 1.19.2.
Maybe the author is taking a break.
Just got a look at it,
I've changed the dependency to target 1.19.2 and published the release here:
https://github.com/TED-inc/FabricQuarry/releases/tag/1.0.3
And here
https://www.curseforge.com/minecraft/mc-mods/quarry-reborn/files/all
It is currently under review and will be published after this.
Please let me know if this fixes the issue.