Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fists-packingcrates

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}
        
    }

Dependencies

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages