This is a simple script to help carry mass amounts of items around. Feel free to set your own item limits in the DB.
Please make sure you add your own items to your database.
name = "coal_crate", -- name of the crate item in the database MUST IMPORT YOUR OWN
label = "Crate of coal", -- Label of the crate - for notifications
requiredItems = { -- Required items to create the crate
{item = "beef", quantity = 2},
{item = "beefjerky", quantity = 3}
}
- Feather-Menu https://github.com/FeatherFramework/feather-menu Download release not the code!
- Vorp_progressbar https://github.com/VORPCORE/vorp_progressbar