Enough to get the game running

This commit is contained in:
modmuss50 2019-02-23 23:51:37 +00:00
parent b8f09d29b7
commit db3a6f2c7e
7 changed files with 76 additions and 26 deletions

View file

@ -77,6 +77,11 @@ minecraft {
techreborn {
source sourceSets.main
}
if (findProject(':reborncore') != null) {
reborncore {
source project(":reborncore").sourceSets.main
}
}
}
}