begin splitting mixins into common

This commit is contained in:
dfsek
2022-06-21 14:46:50 -07:00
parent 37c358e3d1
commit e1cbb29ae4
16 changed files with 83 additions and 30 deletions

View File

@@ -28,6 +28,15 @@ object Versions {
const val minotaur = "1.1.0"
}
object Mod {
const val minecraft = "1.19"
const val yarn = "$minecraft+build.1"
const val fabricLoader = "0.14.2"
const val architecuryLoom = "0.12.0-SNAPSHOT"
const val architectutyPlugin = "3.4-SNAPSHOT"
}
object Forge {
const val minecraft = "1.19"
const val forge = "$minecraft-41.0.38"