[Bug/Not Featured] Blasting output amount
zf-development opened this issue ยท 3 comments
Minecraft Version
1.19
KubeJS Version
1900.5.5-build.27
Rhino Version
1802.1.14-build.206
Architectury Version
5.10.33
Forge/Fabric Version
Fabric 0.14.8
Describe your issue
Documentation, event.blasting('3x minecraft:apple', 'minecraft:golden_apple')
But when doing:
event.blasting({item: 'minecraft:diamond', count: 3}, 'minecraft:diamond_chestplate')
or
event.blasting('3x minecraft:diamond', 'minecraft:diamond_chestplate')
The amount doesn't work...
Crash report/logs
No response
Also, even the code coming directly from the documentation event.blasting('3x minecraft:apple', 'minecraft:golden_apple')
the amount doesn't work.