MidnightLib 1.5.1 for 1.20.4

- Port to 1.20.4
- Add back fancy list background
- File size optimizations
- Update tooling
This commit is contained in:
Martin Prokoph
2023-12-07 18:07:09 +01:00
parent 38e2e55a07
commit 29c8a9ccfe
14 changed files with 75 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.1-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
}
architectury {
@@ -12,8 +12,6 @@ subprojects {
dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
// The following line declares the mojmap mappings, you may use other mappings as well
//mappings loom.officialMojangMappings()
// The following line declares the yarn mappings you may select this one as well.
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
}