TED-inc / FabricQuarry

An addon for Tech Reborn. This mod add Quarry which will mine ores in specific radius, and consumes energy
https://www.curseforge.com/minecraft/mc-mods/quarry-reborn
11 stars 14 forks source link

[bug | 1.0.2] Mouse clicked event error #52

Open ghost opened 2 years ago

ghost commented 2 years ago

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:

Game logs https://gist.github.com/WantaSanchez/7ee11f55ef0e1bbe45214e4830998ed0

ghost commented 2 years ago

Crashlog: https://gist.github.com/WantaSanchez/86a42f687b870656e311d6842098130b

n-koenig commented 1 year ago

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

Ren6767 commented 1 year ago

Issue is occurring due to this change in Core Reborn.

https://github.com/TechReborn/TechReborn/commit/88d448c3a57d56bc46828a422aede0d7b8e6dd12

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

ghost commented 1 year ago

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.

DissiNL commented 1 year ago

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.