moved backpack size data to its own file, added lunchbox size data

This commit is contained in:
Pyritie 2025-06-10 16:58:06 +01:00
parent e1aec5977c
commit 01ce7e19fb
4 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,8 @@
// priority: 0
function registerTFCDataForTFCLunchbox(event) {
event.itemSize('tfclunchbox:lunchbox', 'large', 'heavy', 'lunchbox_size')
event.itemSize('tfclunchbox:cooling_lunchbox', 'large', 'heavy', 'cooling_lunchbox_size')
}