📦Installation
1. Add Grave Items to Core
['gravebook'] = {
['label'] = 'Old Book',
['weight'] = 100,
['type'] = 'item',
['image'] = 'gravebook.webp',
['unique'] = false,
['stackable'] = true,
['useable'] = false,
['shouldClose'] = true,
['description'] = 'An old book..',
},
['gravebowl'] = {
['label'] = 'Cracked Bowl',
['weight'] = 50,
['type'] = 'item',
['image'] = 'gravebowl.webp',
['unique'] = false,
['stackable'] = true,
['useable'] = false,
['shouldClose'] = true,
['description'] = "Won't be eating cereal out of this..",
},
['gravebrokenpot'] = {
['label'] = 'Broken Pot Fragment',
['weight'] = 5,
['type'] = 'item',
['image'] = 'gravebrokenpot.webp',
['unique'] = false,
['stackable'] = true,
['useable'] = false,
['shouldClose'] = true,
['description'] = 'Not much I can do with this..',
},2. Add Included Item Images
3. Add Grave Robbing Resource
4. (Optional) Add a Sell Shop
5. Add Sell Shop Products
🎉 Installation Complete
Last updated