[Bug]: Config bug preventing blocks from being dropped
Whunder888 opened this issue Β· 7 comments
Steps to Reproduce the Bug
Go into config and change "disable_silk_touch": 0 to 1
Enhanced Mob Spawner filename
spawnermod 1.21.1 version 1.2.7 fabric .
Other mod filename (Optional)
No response
Extra Notes (Optional)
No response
Thank you ^^
I did open and close another issue, didn't know if you had notifications on.
Feel free to delete It (#111 .
The fix was very simple and almost embarrassing that it managed to slip through. I've uploaded a new mod version: 1.2.8 to download on modrinth: https://modrinth.com/mod/enhanced-mob-spawners/version/1.2.8
This works as expected. For clarification:
- disable_silk_touch set to
1
will no longer drop a spawner block. - disable_silk_touch set to
0
will drop spawner block when mined with a silk touch pick.
Read it as: "do we disable the ability to silk touch the spawner?" Yes=1 or No=0.
Sorry I was unclear.
The feature is working, but it's a bit too much: not only are spawners not dropping items, but no blocks in the world are dropping anything. It's almost as if the "doTileDrops" gamerule is set to false (I checked, and it isn't).
Enregistrement.de.l.ecran.2024-08-28.122556.mp4
Here is a clip of what's happening
Hmm yea thatβs not intended behavior. It seems related to issue #99.