KubeJS-Mods / KubeJS

https://kubejs.com
GNU Lesser General Public License v3.0
307 stars 90 forks source link

afterRecipes cannot be triggered #849

Closed Gu-meng closed 3 months ago

Gu-meng commented 3 months ago

Minecraft Version

1.20.1

KubeJS Version

kubejs-forge-2001.6.5-build.7

Rhino Version

rhino-forge-2001.2.2-build.18

Architectury Version

architectury-9.2.14-forge

Forge/Fabric Version

forge 47.2.32

Describe your issue

ServerEvents.afterRecipes(event =>{
    console.log("afterRecipes");
});

When I wrote this down and didn't see it in the log, I wondered if it didn't trigger

Crash report/logs

No response

squoshi commented 3 months ago

Known issue, I'm not sure when it'll be fixed

ChiefArug commented 3 months ago

Duplicate of #327