2015-11-16 12:27:03 +01:00
|
|
|
[
|
|
|
|
{
|
2016-05-06 11:57:16 +02:00
|
|
|
"defName" : "crate",
|
2016-05-12 10:34:58 +02:00
|
|
|
"name" : "a crate",
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/items/crate.png"
|
2015-11-16 15:31:16 +01:00
|
|
|
},
|
|
|
|
{
|
2016-05-06 11:57:16 +02:00
|
|
|
"defName" : "smallCrate",
|
2016-05-12 10:34:58 +02:00
|
|
|
"name" : "a small crate",
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/items/smallCrate.png"
|
2016-05-12 10:34:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"defName" : "powerCore01",
|
|
|
|
"name" : "a power core",
|
|
|
|
"texture" : "gfx/items/powerCore01.png"
|
2015-11-16 12:27:03 +01:00
|
|
|
}
|
|
|
|
]
|