forked from Simnation/Main
ed
This commit is contained in:
parent
b117c38c60
commit
ec5106c566
3 changed files with 22 additions and 1 deletions
BIN
resources/[inventory]/inventory_images/images/coke_leafes.png
Normal file
BIN
resources/[inventory]/inventory_images/images/coke_leafes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
resources/[inventory]/inventory_images/images/coke_paste.png
Normal file
BIN
resources/[inventory]/inventory_images/images/coke_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
|
@ -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',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue