moved backpack size data to its own file, added lunchbox size data
This commit is contained in:
parent
e1aec5977c
commit
01ce7e19fb
4 changed files with 21 additions and 5 deletions
8
kubejs/server_scripts/tfclunchbox/data.js
Normal file
8
kubejs/server_scripts/tfclunchbox/data.js
Normal 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')
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue