forked from Simnation/Main
ed
This commit is contained in:
parent
b117c38c60
commit
ec5106c566
3 changed files with 22 additions and 1 deletions
|
@ -10478,5 +10478,26 @@ itemsData = {
|
|||
image = 'ammoniak.png',
|
||||
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',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue