1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/tgiann-inventory/configs/configDecayableItems.lua

14 lines
633 B
Lua
Raw Normal View History

2025-07-09 14:25:50 +02:00
-- Update video: https://youtu.be/pd9llsg_mAg
-- Items on this list cannot be used after a certain number of days after they are created!
-- Added items need to be set to 'uniq = true' in item list
config.removeDecayableItem = false --When true, if the item has zero durability when you use it, it deletes the item directly
config.removeDecayableItemWhenInventoryCreated = false --When true, if the item has zero durability when inventory data created in the script, it deletes the item directly
config.decayableItems = {
--[[
key: item name
value: second
]]
2025-07-09 19:14:33 +02:00
food_bag = 864000,
2025-07-09 14:25:50 +02:00
kurkakola = 30,
}