1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-18 19:03:27 +02:00
parent b117c38c60
commit ec5106c566
3 changed files with 22 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View file

@ -10478,5 +10478,26 @@ itemsData = {
image = 'ammoniak.png', image = 'ammoniak.png',
name = 'ammoniak', name = 'ammoniak',
}, },
coke_leaf = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kokablätter',
unique = true,
useable = false,
image = 'coke_leaf.png',
name = 'coke_leaf',
},
coke_paste = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kokapaste',
unique = true,
useable = false,
image = 'coke_paste.png',
name = 'coke_paste',
},
} }