-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9685d2a
commit 0fbff4e
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters