Added powercore item.
This commit is contained in:
parent
a04c3321e7
commit
7fd17e8ebe
|
@ -1,12 +1,17 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"defName" : "crate",
|
"defName" : "crate",
|
||||||
"name" : "Crate",
|
"name" : "a crate",
|
||||||
"texture" : "gfx/items/crate.png"
|
"texture" : "gfx/items/crate.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"defName" : "smallCrate",
|
"defName" : "smallCrate",
|
||||||
"name" : "Small Crate",
|
"name" : "a small crate",
|
||||||
"texture" : "gfx/items/smallCrate.png"
|
"texture" : "gfx/items/smallCrate.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"defName" : "powerCore01",
|
||||||
|
"name" : "a power core",
|
||||||
|
"texture" : "gfx/items/powerCore01.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue