Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Dec 28, 2024
1 parent 9685d2a commit 0fbff4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- improvements to fake level stuff, should make some calls of it faster as they delegate to dummy objects
- (QUICK FIX): Corrected the concatenation of a string, it was using the wrong variable
- improved texture generation code to better take into account mcmeta files that could contain more entries than the parsed vanilla ones
- more helper method for reload listener stuff
4 changes: 2 additions & 2 deletions forge/update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/selene",
"promos": {
"1.19.2-latest": "1.20-2.13.42",
"1.19.2-recommended": "1.20-2.13.42"
"1.19.2-latest": "1.20-2.13.43",
"1.19.2-recommended": "1.20-2.13.43"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version = 1.20.1
enabled_platforms = fabric,forge

mod_id = moonlight
mod_version = 1.20-2.13.42
mod_version = 1.20-2.13.43
maven_group = net.mehvahdjukaar
project_id = 499980

Expand Down

0 comments on commit 0fbff4e

Please sign in to comment.