From 0fbff4e6ee1f87b9631d8097bc5e56de58e59610 Mon Sep 17 00:00:00 2001 From: MehVahdJukaar Date: Sat, 28 Dec 2024 18:06:44 +0100 Subject: [PATCH] changelog --- changelog.md | 4 ++-- forge/update.json | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 2854c419..71f1716e 100644 --- a/changelog.md +++ b/changelog.md @@ -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 \ No newline at end of file +- 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 \ No newline at end of file diff --git a/forge/update.json b/forge/update.json index c32e7d8c..89db0f41 100644 --- a/forge/update.json +++ b/forge/update.json @@ -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" } } diff --git a/gradle.properties b/gradle.properties index ad70a47c..3d14f6d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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