diff --git a/dist/css/styles.css b/dist/css/styles.css index 42e0576..94fe8f6 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -1,3 +1,7 @@ +[data-bs-theme="dark"] body { + background-color: #1e1e1e !important; +} + .form-check-input { clear: left; } diff --git a/dist/css/styles.min.css b/dist/css/styles.min.css index 6f0e6d3..78eb934 100644 --- a/dist/css/styles.min.css +++ b/dist/css/styles.min.css @@ -1 +1 @@ -.form-check-input{clear:left}.form-switch.form-switch-sm{margin-bottom:.5rem}.form-switch.form-switch-sm .form-check-input{height:1rem;width:calc(1rem + .75rem);border-radius:2rem}.form-switch.form-switch-md{margin-bottom:1rem}.form-switch.form-switch-md .form-check-input{height:1.5rem;width:calc(2rem + .75rem);border-radius:3rem}.form-switch.form-switch-lg{margin-bottom:1.5rem}.form-switch.form-switch-lg .form-check-input{height:2rem;width:calc(3rem + .75rem);border-radius:4rem}.form-switch.form-switch-xl{margin-bottom:2rem}.form-switch.form-switch-xl .form-check-input{height:2.5rem;width:calc(4rem + .75rem);border-radius:5rem} \ No newline at end of file +[data-bs-theme=dark] body{background-color:#1e1e1e!important}.form-check-input{clear:left}.form-switch.form-switch-sm{margin-bottom:.5rem}.form-switch.form-switch-sm .form-check-input{height:1rem;width:calc(1rem + .75rem);border-radius:2rem}.form-switch.form-switch-md{margin-bottom:1rem}.form-switch.form-switch-md .form-check-input{height:1.5rem;width:calc(2rem + .75rem);border-radius:3rem}.form-switch.form-switch-lg{margin-bottom:1.5rem}.form-switch.form-switch-lg .form-check-input{height:2rem;width:calc(3rem + .75rem);border-radius:4rem}.form-switch.form-switch-xl{margin-bottom:2rem}.form-switch.form-switch-xl .form-check-input{height:2.5rem;width:calc(4rem + .75rem);border-radius:5rem} \ No newline at end of file diff --git a/dist/img/favicon/apple-touch-icon.png b/dist/img/favicon/apple-touch-icon.png new file mode 100644 index 0000000..7ebb0bc Binary files /dev/null and b/dist/img/favicon/apple-touch-icon.png differ diff --git a/dist/img/favicon/favicon-48x48.png b/dist/img/favicon/favicon-48x48.png new file mode 100644 index 0000000..2a876f4 Binary files /dev/null and b/dist/img/favicon/favicon-48x48.png differ diff --git a/dist/img/favicon/favicon.ico b/dist/img/favicon/favicon.ico new file mode 100644 index 0000000..7d79642 Binary files /dev/null and b/dist/img/favicon/favicon.ico differ diff --git a/dist/img/favicon/favicon.svg b/dist/img/favicon/favicon.svg new file mode 100644 index 0000000..14fc77e --- /dev/null +++ b/dist/img/favicon/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/dist/img/favicon/site.webmanifest b/dist/img/favicon/site.webmanifest new file mode 100644 index 0000000..ccf313a --- /dev/null +++ b/dist/img/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/dist/img/favicon/web-app-manifest-192x192.png b/dist/img/favicon/web-app-manifest-192x192.png new file mode 100644 index 0000000..0f86ae3 Binary files /dev/null and b/dist/img/favicon/web-app-manifest-192x192.png differ diff --git a/dist/img/favicon/web-app-manifest-512x512.png b/dist/img/favicon/web-app-manifest-512x512.png new file mode 100644 index 0000000..dcee849 Binary files /dev/null and b/dist/img/favicon/web-app-manifest-512x512.png differ diff --git a/vp.png b/dist/img/vp.png similarity index 100% rename from vp.png rename to dist/img/vp.png diff --git a/dist/js/calculator.js b/dist/js/calculator.js index c7fc36f..37a3af8 100644 --- a/dist/js/calculator.js +++ b/dist/js/calculator.js @@ -38,7 +38,7 @@ function buildJSON(supportsCMD, item, namespace, models) { if (supportsCMD) { //Insert custom model data models for (let i = 0; i < models.length; i++) { - json['overrides'][i + 1] = { + json['overrides'][i] = { 'predicate': { 'custom_model_data': i + 1 }, diff --git a/dist/js/calculator.min.js b/dist/js/calculator.min.js index f18bf78..34ee968 100644 --- a/dist/js/calculator.min.js +++ b/dist/js/calculator.min.js @@ -1 +1 @@ -const itemDamages={leather_helmet:55,leather_chestplate:80,leather_leggings:75,leather_boots:65,netherite_hoe:2031,diamond_axe:1561,diamond_hoe:1561,shears:238};function buildJSON(supportsCMD,item,namespace,models){namespace=namespace==="minecraft"?"":namespace+":";const json={};json["parent"]="item/handheld";json["textures"]={layer0:"item/"+item,layer1:"item/"+item+"_overlay"};json["overrides"]=[];if(supportsCMD){for(let i=0;i - Model File Generator ยท SBDevelopment + Model File Generator | SBDevelopment @@ -13,10 +13,16 @@ + + + + + + - + @@ -38,8 +44,8 @@
-

SBDevelopment logo Model File +

VehiclesPlus Model File Generator

Generate the resourcepack asset files for your VehiclesPlus models.