1.16
This commit is contained in:
parent
b0d3b3b77d
commit
dffec285b2
11 changed files with 26 additions and 18 deletions
10
build.gradle
10
build.gradle
|
@ -65,17 +65,17 @@ license {
|
|||
group = 'TechReborn'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.15.2"
|
||||
mappings "net.fabricmc:yarn:1.15.2+build.2:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.7.5+build.178"
|
||||
minecraft "com.mojang:minecraft:20w06a"
|
||||
mappings "net.fabricmc:yarn:20w06a+build.15:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.7.8+build.184"
|
||||
|
||||
//Fabric api
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.4.29+build.290-1.15"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.4.32+build.296-1.16"
|
||||
|
||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:3.2.31")
|
||||
optionalDependency ('io.github.cottonmc:LibCD:2.0.1+1.15')
|
||||
|
||||
def rcVersion = 'RebornCore:RebornCore-1.15:+'
|
||||
def rcVersion = 'RebornCore:RebornCore-1.16:+'
|
||||
modApi (rcVersion) {
|
||||
exclude group: "net.fabricmc"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue