Skip to content

Commit

Permalink
Build update
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Aug 31, 2022
1 parent 0ab3580 commit f1905a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ modrinth {
loaders = ["fabric"]
dependencies = [
new VersionDependency("WiXqMygm", "required"),
new VersionDependency("YqWEluRC", "required"),
new VersionDependency("PEU6HIWI", "embedded")
new VersionDependency("iv7dDXiw", "required"),
new VersionDependency("tnq7cqef", "embedded")
]
}
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
org.gradle.jvmargs=-Xmx1G

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

mod_version = 3.2.4
mod_version = 3.2.5
maven_group = com.github.clevernucleus
archives_base_name = relicex

fabric_version=0.58.0+1.19
dataattributes_version=1.2.6
opc_version=0.6.3
fabric_version=0.59.0+1.19.2
dataattributes_version=1.2.7
opc_version=0.6.4

# 5.0.2 is scuffed and causes problems
cardinal_components_version=5.0.1
placeholder_api=2.0.0-beta.7+1.19
playerex_version=3.3.6
arl_version=0.2.5
playerex_version=3.3.7
arl_version=0.2.6
trinkets_version=3.4.0
cloth_config_version=8.0.75
modmenu_version=4.0.4
modmenu_version=4.0.6
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
],
"depends": {
"fabricloader": ">=0.14.9",
"fabric": ">=0.58.0",
"playerex": ">=3.3.6",
"fabric-api": ">=0.59.0",
"playerex": ">=3.3.7",
"trinkets": ">=3.4.0",
"cloth-config": ">=8.0.0",
"minecraft": "1.19",
"minecraft": "1.19.2",
"java": ">=17"
}
}

0 comments on commit f1905a3

Please sign in to comment.