Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

2.1.6

Compare
Choose a tag to compare
@BerkieBb BerkieBb released this 09 May 09:31
· 19 commits to main since this release

This release includes a fix for the broken release 2.1.5.
With this release you can now use multiple items in the item parameter!

You can use one item like this

item = "itemName",

or use an array

item = {'item1', 'item2', 'etc'},

or use a table

-- format:
-- item = {['itemName'] = amountNeeded},

-- example:
item = {['water'] = 2},

What's Changed

New Contributors

Full Changelog: 2.1.5...2.1.6