Skip to content

Commit

Permalink
Improve Custom bundle setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkshiift committed Mar 15, 2024
1 parent 9ee2c6f commit b276cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
},
"customJsBundle": {
"name": "Custom JS bundle",
"defaultValue": "https://raw.githubusercontent.com/Milkshiift/empty/main/empty.txt",
"defaultValue": "https://maglit.me/empty",
"description": "",
"inputType": "textfield"
},
"customCssBundle": {
"name": "Custom CSS bundle",
"defaultValue": "https://raw.githubusercontent.com/Milkshiift/empty/main/empty.txt",
"description": "A raw link to the JS bundle and CSS bundle of a client mod you want to use. Placeholder css: \"https://raw.githubusercontent.com/Milkshiift/empty/main/empty.txt\"",
"defaultValue": "https://maglit.me/empty",
"description": "A raw link to the JS bundle and CSS bundle of a client mod you want to use. Does anything only when \"custom\" is selected as a client mod.",
"inputType": "textfield"
},
"noBundleUpdates": {
Expand Down

0 comments on commit b276cc4

Please sign in to comment.