Skip to content

Commit

Permalink
Update mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Jul 11, 2024
1 parent b1825d7 commit 5a9d9ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"default": 22
},
"the_tower": {
"name": "The Tower",
"name": "Add The Tower",
"description": "shows The Tower page",
"type": "bool",
"default": true
},
"coming_soon": {
"name": "Coming Soon",
"name": "Add Coming Soon",
"description": "shows Coming Soon page",
"type": "bool",
"default": true
Expand All @@ -64,12 +64,12 @@
"name": " Songs List Max ID",
"description": "its about populating the songs list",
"type": "int",
"min": 1,
"min": 0,
"max": 500,
"default": 21
},
"practice_music": {
"name": "Practice Music",
"name": "Add Practice Song",
"description": "add <cy>-1</c> song to list",
"type": "bool",
"default": true
Expand Down

0 comments on commit 5a9d9ed

Please sign in to comment.