1.16.1
This commit is contained in:
parent
f15d3bd8f7
commit
a7d68e63cb
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
minecraftVersion="1.16-Snapshot,Fabric"
|
||||
minecraftVersion="1.16.1,Fabric"
|
||||
name="TechReborn-1.16"
|
||||
curseID="233564"
|
||||
github-repo="TechReborn/TechReborn"
|
||||
|
|
12
build.gradle
12
build.gradle
|
@ -69,16 +69,16 @@ license {
|
|||
group = 'TechReborn'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.16-rc1"
|
||||
mappings "net.fabricmc:yarn:1.16-rc1+build.1:v2"
|
||||
minecraft "com.mojang:minecraft:1.16.1"
|
||||
mappings "net.fabricmc:yarn:1.16.1+build.1:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.8.8+build.202"
|
||||
|
||||
//Fabric api
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.12.4+build.365-1.16"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.13.1+build.370-1.16"
|
||||
|
||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:4.5.1")
|
||||
disabledOptionalDependency ('io.github.cottonmc:LibCD:2.3.0+1.15.2')
|
||||
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.4.2')
|
||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:4.5.4")
|
||||
disabledOptionalDependency ('io.github.cottonmc:LibCD:2.4.1+1.15.2')
|
||||
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.0')
|
||||
|
||||
def rcVersion = 'RebornCore:RebornCore-1.16:+'
|
||||
modApi (rcVersion) {
|
||||
|
|
Loading…
Reference in a new issue