I don't know if it's a bug or if I did it wrong... #192
-
I was trying to make a script that changed the miningSpeed`of netherite pickaxe, it just didn't work, could someone help me what I did wrong. onEvent('item.modification', e => {
e.modify('minecraft:netherite_pickaxe', t => {
t.tier = tierOptions => {
tierOptions.speed = 16.0
}
})
}) |
Beta Was this translation helpful? Give feedback.
Answered by
MaxNeedsSnacks
Sep 6, 2021
Replies: 1 comment
-
Are you using Forge or Fabric? This might be an actual bug (I opened #194 to track it if it is) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaxNeedsSnacks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using Forge or Fabric? This might be an actual bug (I opened #194 to track it if it is)