KubeJS-Mods / KubeJS-Create

11 stars 14 forks source link

Create Addon breaks Chance #34

Closed FooterManDev closed 1 year ago

FooterManDev commented 1 year ago

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
MaxNeedsSnacks commented 1 year ago

Fixed in 6.1