Added defName for items.

This commit is contained in:
Steve 2016-05-06 10:57:16 +01:00
parent b64e9e70fc
commit b1f851afd5
1 changed files with 4 additions and 2 deletions

View File

@ -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"
} }
] ]