Array Lists

Published by Goldorion on
Supported MCreator versions
2022.1
2022.2
2022.3
2023.1
2023.2
2023.4
Tags / plugin type
Procedures
Variables
icon
Downloads:
1971
Upvotes: 85
Plugin forum topic
About the plugin

You can create, manage and delete lists into your procedures. You need to have a list of your favorite names for pigs, you can make it!

Features

You can have a small preview of blocks or things you can do in the following picture.

(Before 2.4.4)

An example

Important Information

  • This plugin supports Forge 1.18.2, 1.19.2, 1.19.4 and 1.20.1 and Fabric 1.19.2 and 1.20.1
  • Icon by Tobi-Wan#0482

Changelog

To see a complete changelog of the plugin, check this file.

2.4.7

* Added Forge 1.20.1 support
Project members
Lead developer
License
Apache License version 2.0

Plugin downloads
Array Lists - 2.4.7 - arraylist.zipUploaded on: 08/23/2023 - 01:32   File size: 45.2 KB

Comments

it gives me this error in the modvariables file:

error: illegal start of type
public static List<> globalarraytest= new ArrayList();
^

what do i do

Can you add a Global World Variable for Arraylist. Because GlobalSession is earesed after restart. That would be nice

um... So about the array list... Is it for just an element or is it for the whole mod to use one arraylist?

i really hope you will update this to 2021.1 ... i need this so bad..

Where are the arraylist blocks i already got the zip downloaded and put in mcreator but the arraylist blocks are just not there

No the way the current plugin system does not support custom variable types. However, it will change in 2021.2, but it will still only support local variables. I will continue the plugin only when the first snapshot containing this Pull request (I made). I will try after (when the PR will be merged) to change the system of the global variables to support them in plugins.