Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from TechStudent10
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Nov 20, 2023
1 parent 7a2bca5 commit aee18ed
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,12 @@
"1.0.1",
"1.0.2"
]
},
"techstudent10.hidepause": {
"verified": false,
"versions": [
"1.0.0"
]
}
}
}
12 changes: 12 additions & 0 deletions mods-v2/techstudent10.hidepause/1.0.0/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "TechStudent10",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/TechStudent10/HidePause/releases/download/v1.0.0/techstudent10.hidepause.geode",
"hash": "a5d41546bf20530e90e06cd39cde67cf68b2aab53d9ab73c525b88048cb56eff",
"hash256": "2a874c94868b0aabb915ea6b29c14676cfc327440e8a6796568e6e4d0a257999"
},
"tags": []
}
15 changes: 15 additions & 0 deletions mods-v2/techstudent10.hidepause/1.0.0/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"geode": "1.3.6",
"version": "v1.0.0",
"id": "techstudent10.hidepause",
"name": "Hide Pause",
"developer": "TechStudent10",
"description": "Hides the pause menu with a keybind",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": "v1.2.2",
"required": true
}
]
}
5 changes: 5 additions & 0 deletions mods-v2/techstudent10.hidepause/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hide Pause

Registers a simple keybind to hide the pause menu when in play.

The default keybind is Ctrl + H (may be Command for Mac players) but can be changed in the Custom Keybinds settings by going to Settings -> Options -> Keys.
Binary file added mods-v2/techstudent10.hidepause/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions mods/techstudent10.hidepause@1/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hide Pause

Registers a simple keybind to hide the pause menu when in play.

The default keybind is Ctrl + H (may be Command for Mac players) but can be changed in the Custom Keybinds settings by going to Settings -> Options -> Keys.
12 changes: 12 additions & 0 deletions mods/techstudent10.hidepause@1/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "TechStudent10",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/TechStudent10/HidePause/releases/download/v1.0.0/techstudent10.hidepause.geode",
"hash": "a5d41546bf20530e90e06cd39cde67cf68b2aab53d9ab73c525b88048cb56eff",
"hash256": "2a874c94868b0aabb915ea6b29c14676cfc327440e8a6796568e6e4d0a257999"
},
"tags": []
}
Binary file added mods/techstudent10.hidepause@1/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions mods/techstudent10.hidepause@1/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"geode": "1.3.6",
"version": "v1.0.0",
"id": "techstudent10.hidepause",
"name": "Hide Pause",
"developer": "TechStudent10",
"description": "Hides the pause menu with a keybind",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": "v1.2.2",
"required": true
}
]
}

0 comments on commit aee18ed

Please sign in to comment.