Skip to content

Commit

Permalink
1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 24, 2020
1 parent f15d3bd commit a7d68e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minecraftVersion="1.16-Snapshot,Fabric"
minecraftVersion="1.16.1,Fabric"
name="TechReborn-1.16"
curseID="233564"
github-repo="TechReborn/TechReborn"
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a7d68e6

Please sign in to comment.