1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-07 15:53:13 +02:00
parent a7ed87052d
commit e588facb5e
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -10959,4 +10959,17 @@ itemsData = {
image = 'aftermarket_locks.png', image = 'aftermarket_locks.png',
name = 'aftermarket_locks', name = 'aftermarket_locks',
}, },
kistebier= {
shouldClose = true,
type = 'item',
description = 'Michiiiiiiii!!!',
weight = 1000,
label = 'Kiste Bier',
unique = true,
useable = true,
image = 'kistebier.png',
name = 'kistebier',
},
} }