-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Request] 2-Dimensional arrays #23
Comments
It should already work (shaped ingredients use twodimensional arrays). Besides that, finishing the scripting engine is a top priority. Soon you should also have classes, interfaces and structs to organize code better - it's an important step towards MineTweaker 3.1. |
hmm... I may have been formatting them wrong, it threw all sorts of bytecode error when I tried. I'll give it a second try when I get to my computer. Also, classes sounds awesome! |
ie.: Arrays inside arrays. Possibly inside arrays inside arrays inside arrays inside arrays inside arrays...
I was creating a script today for unification of oreDicttionary entries for ores in a crafting grid and I realised the cleanest way to do it would be to use an array of arrays.
I do realise that this would probably be low on the list of priorities, and possibly a pain to implement, but it would be nice to eventually see it in.
The text was updated successfully, but these errors were encountered: