Hello All,
What I aim to do is temporarily give the player (either their tool, or their main hand) silk touch on a per block basis. In my mod, there would be certain prerequisites required to have silk touch enabled whilst mining, so it would be to turned off and on as needed. Is this possible to achieve? I am turning on and off silk touch via an event.
I was reading another post where someone recommended "BlockLoot .HAS_SILK_TOUCH", but I did not see them elaborate on any of the information. I did not quite understand how to invoke it.