Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Jul 30, 2020
1 parent d5fc8f4 commit ac0a573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

//modCompile "me.zeroeightsix:fiber:0.21.0-1"

modCompile "io.github.prospector:modmenu:1.14.5+build.30"
modCompileOnly "com.github.emilyploszaj:trinkets:2.6.3"
modCompile "fi.dy.masa.malilib:malilib-fabric-1.16.1:0.10.0-dev.21+arne.1"

modRuntime "fi.dy.masa.tweakeroo:tweakeroo-fabric-1.16.1:0.10.0-dev.20200720.162627"
//modRuntime "com.github.emilyploszaj:trinkets:2.6.3"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}

processResources {
Expand Down Expand Up @@ -106,4 +102,4 @@ publishing {
// uncomment to publish to the local maven
// mavenLocal()
}
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.8.8+build.202

# Mod Properties
mod_version = beta-1.1.2
mod_version = beta-1.5.0
maven_group = com.oroarmor
archives_base_name = netherite-plus-mod-trinkets
archives_base_name = netherite-plus-mod

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
Expand Down

0 comments on commit ac0a573

Please sign in to comment.