Quarry Reborn

Quarry Reborn

886k Downloads

[bug | 1.0.2] Mouse clicked event error

WantaSanchez opened this issue ยท 5 comments

commented

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:

  1. Go to game world
  2. Open miner GUI
  3. Click on mining mode button
  4. 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

commented

We encountered the same error, is there any update available on this issue?

commented

Issue is occurring due to this change in Core Reborn.

TechReborn/TechReborn@88d448c

reborncore.common.network.NetworkManager to reborncore.client.ClientNetworkManager
NetworkManager.sendToServer was moved to ClientNetworkManager.sendToServer

commented

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.

commented

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.