KubeJS

KubeJS

61M Downloads

Can't lock recipes behind stage

lamaprogramer opened this issue ยท 2 comments

commented

Minecraft Version

1.18.2

KubeJS Version

kubejs-fabric-1802.5.4-build.502

Rhino Version

rhino-fabric-1802.1.14-build.188

Architectury Version

architectury-4.5.75-fabric

Forge/Fabric Version

0.14.7

Describe your issue

Using .stage() on recipes doesn't work, minimum code to reproduce:

onEvent('recipes', event => {
    event.shapless("minecraft:diamond", ['apple"]).stage("someRandomStage")
})

Crash report/logs

No response

commented

I doubt the recipe stages mod exists for Fabric, does it?

commented

Closing due to a lack of response. Feel free to reopen if the issue still persists (and you're using Forge, as we currently do not supporting staging recipes on Fabric, since no Recipe Stages mod exists there)