1.14.3 + more recipe fixes
This commit is contained in:
parent
5f134a7379
commit
18950e0b29
35 changed files with 240 additions and 251 deletions
|
@ -73,11 +73,12 @@ license {
|
|||
group = 'TechReborn'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.14.2"
|
||||
mappings "net.fabricmc:yarn:1.14.2+build.7"
|
||||
minecraft "com.mojang:minecraft:1.14.3"
|
||||
mappings "net.fabricmc:yarn:1.14.3+build.9"
|
||||
modCompile "net.fabricmc:fabric-loader:0.4.8+build.155"
|
||||
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.0+build.184"
|
||||
//Fabric api
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.0+build.187"
|
||||
|
||||
modCompile "io.github.prospector.modmenu:ModMenu:1.5.4-85"
|
||||
|
||||
|
@ -85,7 +86,7 @@ dependencies {
|
|||
// transitive = false
|
||||
// }
|
||||
|
||||
compile 'RebornCore:RebornCore-1.14.2:4.0.0.14'
|
||||
compile 'RebornCore:RebornCore-1.14.3:4.0.0.14'
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:+"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue