Added defName for items.
This commit is contained in:
parent
b64e9e70fc
commit
b1f851afd5
|
@ -1,10 +1,12 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name" : "crate",
|
"defName" : "crate",
|
||||||
|
"name" : "Crate",
|
||||||
"texture" : "gfx/items/crate.png"
|
"texture" : "gfx/items/crate.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "smallCrate",
|
"defName" : "smallCrate",
|
||||||
|
"name" : "Small Crate",
|
||||||
"texture" : "gfx/items/smallCrate.png"
|
"texture" : "gfx/items/smallCrate.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue