Skip to content

Commit

Permalink
changed descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
NinSam committed Jan 2, 2025
1 parent 82be81d commit dd15077
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Adds a Day & Night System in the GD menus!

Events:

- Sunrise: 7am-8am (7:00-8:00)
- Normal: 8am-6pm (8:00-18:00)
- Sunset: 6pm-7pm (18:00-19:00)
- Night: 7pm-9pm (19:00-21:00)
- Dark: 9pm-7am (21:00-7:00)
- Sunrise
- Sunset
- Night
- Dark

You can customize when events start and end in the settings.
1 change: 0 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Mod by [NinSam](user:20754112)

Adds a <cy>Day</c> & <cb>Night</c> System in the GD menus!


Events:

- Sunrise
Expand Down
40 changes: 20 additions & 20 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"default": 7,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunrise"
},
"start-sunrise-min":{
Expand All @@ -46,7 +46,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunrise"
},
"end-sunrise-hr":{
Expand All @@ -55,7 +55,7 @@
"default": 8,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunrise"
},
"end-sunrise-min":{
Expand All @@ -64,7 +64,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunrise"
},
"start-sunset-hr":{
Expand All @@ -73,7 +73,7 @@
"default": 18,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunset"
},
"start-sunset-min":{
Expand All @@ -82,7 +82,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunset"
},
"end-sunset-hr":{
Expand All @@ -91,7 +91,7 @@
"default": 19,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunset"
},
"end-sunset-min":{
Expand All @@ -100,7 +100,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-sunset"
},
"start-night-hr":{
Expand All @@ -109,7 +109,7 @@
"default": 19,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-night"
},
"start-night-min":{
Expand All @@ -118,7 +118,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-night"
},
"end-night-hr":{
Expand All @@ -127,7 +127,7 @@
"default": 21,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-night"
},
"end-night-min":{
Expand All @@ -136,7 +136,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-night"
},
"start-dark-hr":{
Expand All @@ -145,7 +145,7 @@
"default": 21,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-dark"
},
"start-dark-min":{
Expand All @@ -154,7 +154,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-dark"
},
"end-dark-hr":{
Expand All @@ -163,7 +163,7 @@
"default": 7,
"min": 0,
"max": 24,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-dark"
},
"end-dark-min":{
Expand All @@ -172,7 +172,7 @@
"default": 0,
"min": 0,
"max": 59,
"description": "Keep in mind this uses military time. Example: 1pm = 13 <cr>Do not override the values with other events! Example: Sunset 7pm-8pm, Night 6pm-8pm</c>",
"description": "1am-12pm (1-12). 1pm-12am (13-24). If you are going to make an event last forever set start hr to 0 and end hr to 24. Make sure to make the other event settings set to 0 and disable them.",
"enable-if": "enable-dark"
},
"main-settings":{
Expand All @@ -181,25 +181,25 @@
},
"enable-sunrise":{
"name": "Sunrise Event",
"description": "Enable/Disable the sunrise event. (Disabling this will just be normal GD)",
"description": "Enable/Disable the sunrise event.",
"type": "bool",
"default": true
},
"enable-sunset":{
"name": "Sunset Event",
"description": "Enable/Disable the sunset event. (Disabling this will just be normal GD)",
"description": "Enable/Disable the sunset event.",
"type": "bool",
"default": true
},
"enable-night":{
"name": "Night Event",
"description": "Enable/Disable the night event. (Disabling this will just be normal GD)",
"description": "Enable/Disable the night event.",
"type": "bool",
"default": true
},
"enable-dark":{
"name": "Dark Event",
"description": "Enable/Disable the dark event. (Disabling this will just be normal GD)",
"description": "Enable/Disable the dark event.",
"type": "bool",
"default": true
},
Expand Down

0 comments on commit dd15077

Please sign in to comment.