[Bug]: Waystones can't be mined on 1.19.3
kkriehl opened this issue · 1 comments
Is there an existing issue for this?
- I have searched the existing issues
Description
Breaking waystones to drop in item form does not work in the latest version 3.0.6 for Minecraft 1.19.3.
I tried tried every type of pickaxe, lower value for waystone_block_hardness
, setting waystone_block_required_mining_level
to zero and checked if the permission switch statement is reached by switching global_mode_toggle_permission_levels
to NONE, which made the waystones unbreakable, as expected.
In all cases - except when global_mode_toggle_permission_levels
was set to NONE - the waystone would take the same time to break as if the used tool did not satisfy the required mining level (~10 seconds), and wouldn't drop anything. I tried the same with the previous version 3.0.5 and MC 1.19.2 (same version for Fabric and dependencies) and breaking with the automatically created configuration worked as intended: breaking with a wooden pickaxe didn't drop and took ~10 seconds and breaking with an iron pickaxe only took ~3 seconds and the waystone did drop as item.
To Reproduce
- Create new Minecraft instance with Fabric mod loader and only required mods for waystones
- Create new world in creative mode
- Give yourself a waystone and an iron pickaxe
- Switch to survival mode
- Place waystone
- Break placed waystone with the pickaxe
Expected behavior
The waystone should break and drop as an item in just a few seconds when mined with a pickaxe with a mining level of at least 1.
Mod Version
v3.0.5
Minecraft Version
1.19.3 or newer
Java Version
Java 18
Fabric Version
- Fabric: 0.14.12
- Fabric API: 0.70.0+1.19.3
- owo-lib: 0.9.3+1.19.3
Relevant log output
No response
Anything else?
No response