Skip to content

Commit

Permalink
version dep
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Aug 30, 2022
1 parent 3714efd commit 85b10aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.modrinth.minotaur.dependencies.ModDependency
import com.modrinth.minotaur.dependencies.VersionDependency

plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
Expand Down Expand Up @@ -69,5 +69,5 @@ modrinth {
uploadFile = remapJar
gameVersions = ["${project.minecraft_version}"]
loaders = ["fabric"]
dependencies = [new ModDependency("P7dR8mSH", "required")]
dependencies = [new VersionDependency("3KmOcp6b", "required")]
}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.9

mod_version = 0.2.4
mod_version = 0.2.5
maven_group = com.github.clevernucleus
archives_base_name = armorrenderlib

fabric_api_version=0.59.0+1.19.2
fabric_api_version=0.58.0+1.19

0 comments on commit 85b10aa

Please sign in to comment.