-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Grash when inserting script card in wrong exporter slot #20
Comments
Thanks for reporting! |
I haven't been able to reproduce the problem you're describing. |
Ah, it's the world item exporter. I thought it was the regular item exporter. |
@Hiranus From your video, it also appears you are using an applied function (using |
This is the script I'm using. You can pick any function with 3 arguments. Here are some descriptions of parameters If you want to understand the goal of this script, here is a brief description: |
Issue type:
Short description:
Game crashes when I insert a card that executes this function into wrong slot in any exporter
function anvils() { return [ itemByName("minecraft:damaged_anvil"), itemByName("minecraft:chipped_anvil"), itemByName("minecraft:anvil"), ]; }
Steps to reproduce the problem:
Expected behaviour:
Red X instead of crash.
Versions:
Log file:
https://pastebin.com/KnvwzJdH
The text was updated successfully, but these errors were encountered: