MidnightLib 1.1.0 - Port to 1.19.3

- Port to 1.19.3 (temporarily disabled forge and quilt until they're available)
- Removed custom button tooltip system in favor of the new vanilla one
This commit is contained in:
Motschen
2022-12-03 16:33:34 +01:00
parent c751859f90
commit eaa2b1543e
9 changed files with 59 additions and 78 deletions

View File

@@ -15,7 +15,7 @@ subprojects {
// 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:1.19.2+build.3:v2"
mappings "net.fabricmc:yarn:1.19.3-rc1+build.2:v2"
}
}