Port to 1.19.4, Add tab support & Large code cleanup

This commit is contained in:
Motschen
2023-03-08 21:27:41 +01:00
parent b5052ff324
commit cacd3516c1
8 changed files with 111 additions and 66 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.3+build.3:v2"
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
}
}