We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.20.1
2001.6.5-build.14
2001.2.2-build.18
9.2.14
Forge 47.3.1
title
Repro: 1.
StartupEvents.registry("item", event => { event.create("kubejs:test") .subtypes(stack => { console.log("Running subtypes code..."); const list = Utils.newList(); list.add(stack.withNBT({test: 1})); return list }) })
kubejs:test
Running subtypes code...
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minecraft Version
1.20.1
KubeJS Version
2001.6.5-build.14
Rhino Version
2001.2.2-build.18
Architectury Version
9.2.14
Forge/Fabric Version
Forge 47.3.1
Describe your issue
title
Repro:
1.
kubejs:test
, with no NBT dataRunning subtypes code...
will be foundCrash report/logs
No response
The text was updated successfully, but these errors were encountered: