With recent updates it became more and more frustrating and time consuming to maintain and updates plugins, that's why all my plugins won't receive any more updates and are free to be developed by others.
An updated version of NerdyPuzzles ArrayList Plugin, which was an updated version of Goldorion's Array Lists.
This version includes new procedure blocks such as:
- Add all entries from one arraylist to another
- Get value of a custom data type at a specific index
- Iterate each entry in an arraylist
- Convert an arraylist to a string and back
- Fill the arraylist with a specific amount of empty data
- Get the index of a specific value in an arraylist
- Check if a value at a specific index is a data type of
Changelog:
- v3.4.3
- Updated to 2026.1
- Fixed typos (im mentally so done with this plugin)
- v3.4.2
- Fixed global arraylists for forge 1.20.1
- This is the last version with code updates to forge 1.20.1 (other than technical issues)
- v3.4.1
- Cleaned up global variable code
- Fixed save/load of global variables
- Fixed other small issues
- v3.4.0
- Cleaned up code
- Global variables should be correctly saved and loaded (except action result, entity and custom)
Comments
Hello, I'm new to MCreator. After installing this plugin, I'm not sure how to uninstall it. I didn't see an option to remove plugins in MCreator's built-in plugin management settings. I tried deleting the corresponding files, but the plugin still appears in my plugins list. But this doesn't mean I don't want to use this plugin—I just want to learn how to remove plugins properly.
adding values at a specific index is not possible with arraylist and lists in generell, if you want to set a value at a specific index you can use the "Fill the first x entries of the ArrayList with empty data" and than set the value at index to the value you want
I've created a version where the bug in generator 1.21.8 is fixed: https://github.com/florent1-2/ArrayLists_Fix_Bug