1.15.2 #releaseBuild
This commit is contained in:
parent
40cb57d451
commit
5d2569fa57
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
minecraftVersion="1.15.1,1.15,Fabric"
|
||||
minecraftVersion="1.15.2,1.15.1,1.15,Fabric"
|
||||
name="TechReborn-1.15"
|
||||
curseID="233564"
|
||||
github-repo="TechReborn/TechReborn"
|
||||
|
|
10
build.gradle
10
build.gradle
|
@ -45,7 +45,7 @@ repositories {
|
|||
}
|
||||
}
|
||||
|
||||
version = "3.3.0"
|
||||
version = "3.3.1"
|
||||
|
||||
configurations {
|
||||
shade
|
||||
|
@ -65,12 +65,12 @@ license {
|
|||
group = 'TechReborn'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.15.2-pre2"
|
||||
mappings "net.fabricmc:yarn:1.15.2-pre2+build.5:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.7.4+build.177"
|
||||
minecraft "com.mojang:minecraft:1.15.2"
|
||||
mappings "net.fabricmc:yarn:1.15.2+build.1:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.7.5+build.178"
|
||||
|
||||
//Fabric api
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.4.28+build.288-1.15"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.4.29+build.290-1.15"
|
||||
|
||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:3.2.31")
|
||||
optionalDependency ('io.github.cottonmc:LibCD:2.0.1+1.15')
|
||||
|
|
Loading…
Add table
Reference in a new issue