Started by
ultiCRAFTer
on
Topic category: Help with modding (Java Edition)
Is it in anyway possible for an enchantment to activate at a random time on a tool? like silk touch?
Topic category: Help with modding (Java Edition)
Is it in anyway possible for an enchantment to activate at a random time on a tool? like silk touch?
When block is broken with item:
If (Pick a random integer between A and B) = C:
If item has enchantment [your enchantment]:
[your enchantment procedure]