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

Commit

Permalink
Update from NicknameGG
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Dec 28, 2023
1 parent 1459288 commit cc64a21
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 23 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@
"n.level_pronouns": {
"verified": false,
"versions": [
"1.0.0"
"1.0.0",
"1.0.1"
]
},
"endrei.mappacksremover": {
Expand Down
12 changes: 12 additions & 0 deletions mods-v2/n.level_pronouns/1.0.1/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "NicknameGG",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/NicknameGG/level-pronouns/releases/download/1.0.1/n.level_pronouns.geode",
"hash": "0e20939023614a65d07f2acef4759738e58aac2a62225b42478698179f895369",
"hash256": "ba3fa5eb2881e91bbf39ac404e4b98d76f28ce4f464f9cd585fd284b48999a6b"
},
"tags": []
}
16 changes: 16 additions & 0 deletions mods-v2/n.level_pronouns/1.0.1/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"geode": "2.0.0",
"version": "v1.0.1",
"id": "n.level_pronouns",
"name": "Level Pronouns",
"developer": "n",
"description": "Enchance 2.2 with pronouns on levels!",
"settings": {
"neopronouns": {
"name": "Use Neopronouns",
"description": "Use neopronouns in levels. <cy>Warning</c>: Disabling will make levels with neopronouns have normal pronouns.",
"type": "bool",
"default": true
}
}
}
2 changes: 1 addition & 1 deletion mods-v2/n.level_pronouns/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Now, every level in your game can have its own unique identity and pronoun, maki

---

Feel free to pr more pronouns to the list :3
Feel free to pr more pronouns to the list :3
2 changes: 1 addition & 1 deletion mods/n.level_pronouns@1/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Now, every level in your game can have its own unique identity and pronoun, maki

---

Feel free to pr more pronouns to the list :3
Feel free to pr more pronouns to the list :3
9 changes: 4 additions & 5 deletions mods/n.level_pronouns@1/entry.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"commit-author": "camila314",
"commit-author": "NicknameGG",
"platforms": [
"macos",
"windows"
],
"mod": {
"download": "https://github.com/NicknameGG/level-pronouns/releases/download/1.0.0/n.level_pronouns.geode",
"hash": "060320c325b36f8fcd0374f6cdb2741fd5e2f687690868fafb76c0e16b0bac6c",
"hash256": "5681b339a31edc64b033a1b39c117800bfd77af5a97cec0c5a5a579eb68a873c"
"download": "https://github.com/NicknameGG/level-pronouns/releases/download/1.0.1/n.level_pronouns.geode",
"hash": "0e20939023614a65d07f2acef4759738e58aac2a62225b42478698179f895369",
"hash256": "ba3fa5eb2881e91bbf39ac404e4b98d76f28ce4f464f9cd585fd284b48999a6b"
},
"tags": []
}
30 changes: 15 additions & 15 deletions mods/n.level_pronouns@1/mod.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"geode": "1.3.5",
"version": "v1.0.0",
"id": "n.level_pronouns",
"name": "Level Pronouns",
"developer": "n",
"description": "Adds pronouns to levels!",
"settings": {
"neopronouns": {
"name": "Use Neopronouns",
"description": "Use neopronouns in levels. <cy>Warning</c>: Disabling will make levels with neopronouns have normal pronouns.",
"type": "bool",
"default": true
}
}
{
"geode": "2.0.0",
"version": "v1.0.1",
"id": "n.level_pronouns",
"name": "Level Pronouns",
"developer": "n",
"description": "Enchance 2.2 with pronouns on levels!",
"settings": {
"neopronouns": {
"name": "Use Neopronouns",
"description": "Use neopronouns in levels. <cy>Warning</c>: Disabling will make levels with neopronouns have normal pronouns.",
"type": "bool",
"default": true
}
}
}

0 comments on commit cc64a21

Please sign in to comment.