KubeJS Botania

KubeJS Botania

4M Downloads

Crash on startup when registering a custom brew on 1.20.1

roidrole opened this issue ยท 0 comments

commented

Mods used (latest versions of KubeJS Botania and dependencies as of writing) :

  • Minecraft 1.12.2
  • Forge 47.3.29
  • Architectury 9.2.14
  • Botania 1.20.1-447-FORGE
  • Curios API 5.11.1+1.20.1
  • KubeJS 2001.6.5-build.16
  • KubeJS Botania 1.4.0
  • Patchouli 1.20.1-84.1-FORGE
  • Rhino 2001.2.3-build.10

latest.log
crash report

KubeJS script used :

StartupEvents.registry("botania:brews",event => {
    event.create("torrent")
        .cost(5000)
        .effect("minecraft:water_breathing", 4800 * 20)
        .effect("botania:allure", 300 * 20, 0, false, false)
        .noIncense()
        .noPendant()
})