diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f553b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# User-specific stuff +.idea/ \ No newline at end of file diff --git a/dist/js/calculator.js b/dist/js/calculator.js index c320f73..168c1ba 100644 --- a/dist/js/calculator.js +++ b/dist/js/calculator.js @@ -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 diff --git a/index.html b/index.html index cf04d09..3d3199b 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-Simply calculate the damage values for your texture pack.
You indicate which item you want to use and where the models are for each damage value. This tool then