Enough to get the game running
This commit is contained in:
parent
b8f09d29b7
commit
db3a6f2c7e
7 changed files with 76 additions and 26 deletions
|
@ -77,6 +77,11 @@ minecraft {
|
|||
techreborn {
|
||||
source sourceSets.main
|
||||
}
|
||||
if (findProject(':reborncore') != null) {
|
||||
reborncore {
|
||||
source project(":reborncore").sourceSets.main
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue