KubeJS

KubeJS

61M Downloads

[Bug/Not Featured] Blasting output amount

zf-development opened this issue ยท 3 comments

commented

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

commented

Also, even the code coming directly from the documentation event.blasting('3x minecraft:apple', 'minecraft:golden_apple')
the amount doesn't work.

commented

This also applies to event.smoking

for Fabric KubeJS

Version 18025.5-build546

commented

This seems to be something Forge patches in that doesnt exist in Fabric/Vanilla.