Create Addon breaks Chance
FooterManDev opened this issue ยท 1 comments
Minecraft Version
1.19.2
KubeJS Version
1902.6.0-build.142
Rhino Version
1902.2.2-build.268
Architectury Version
6.5.82
Forge/Fabric Version
43.2.8 (Forge)
Describe your issue
Create Addon Version
1902.1.1-build.35
When using the KubeJS: Create addon, you cannot add Chance to resulting items.
This recipe will be registered, however it will have no chance applied. If the Create addon is removed, Chance will be applied:
event.custom({
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:calcite"
}
],
"processingTime": 250,
"results": [
{
"chance": 0.75,
"item": "minecraft:egg"
}
]
})
### Crash report/logs
https://gist.github.com/FooterMan15/9b5a93f21c1e68de9d611586038fb947