forked from Simnation/Main
ed
This commit is contained in:
parent
d81178fb10
commit
e3605df057
6 changed files with 50 additions and 1 deletions
|
@ -21,6 +21,7 @@ config.maxStacks = {
|
|||
plastic_box = 1,
|
||||
vehiclekeys = 1,
|
||||
keyring = 1,
|
||||
customizableplate = 1,
|
||||
|
||||
c_necklace = 1,
|
||||
c_bproof = 1,
|
||||
|
|
|
@ -10994,6 +10994,16 @@ itemsData = {
|
|||
image = 'kistebier.png',
|
||||
name = 'kistebier',
|
||||
},
|
||||
|
||||
customizableplate= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 200,
|
||||
label = 'Kennzeichen',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'customizableplate.png',
|
||||
name = 'customizableplate',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue