Removed layer1, and added .gitignore
This commit is contained in:
parent
38b4d5562c
commit
636bcd0908
3 changed files with 5 additions and 4 deletions
3
dist/js/calculator.js
vendored
3
dist/js/calculator.js
vendored
|
@ -26,8 +26,7 @@ function toJSON(item, models) {
|
|||
//Default values
|
||||
json['parent'] = 'item/handheld';
|
||||
json['textures'] = {
|
||||
'layer0': 'item/leather_boots',
|
||||
'layer1': 'items/leather_boots_overlay'
|
||||
'layer0': 'item/leather_boots'
|
||||
};
|
||||
|
||||
//Insert models
|
||||
|
|
Reference in a new issue