1.14.2
This commit is contained in:
parent
4479116d1c
commit
f8f20ce6ba
81 changed files with 280 additions and 434 deletions
10
build.gradle
10
build.gradle
|
@ -73,11 +73,11 @@ license {
|
|||
group = 'TechReborn'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.14.2 Pre-Release 1"
|
||||
mappings "net.fabricmc:yarn:1.14.2 Pre-Release 1+build.1"
|
||||
modCompile "net.fabricmc:fabric-loader:0.4.7+build.147"
|
||||
minecraft "com.mojang:minecraft:1.14.2"
|
||||
mappings "net.fabricmc:yarn:1.14.2+build.7"
|
||||
modCompile "net.fabricmc:fabric-loader:0.4.8+build.155"
|
||||
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.0+build.183"
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.0+build.184"
|
||||
|
||||
modCompile "io.github.prospector.modmenu:ModMenu:1.5.4-85"
|
||||
|
||||
|
@ -85,7 +85,7 @@ dependencies {
|
|||
// transitive = false
|
||||
// }
|
||||
|
||||
compile 'RebornCore:RebornCore-1.14:4.0.0.14'
|
||||
compile 'RebornCore:RebornCore-1.14.2:4.0.0.14'
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:+"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue