Skip to content

Commit

Permalink
Backport to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jul 6, 2023
1 parent ddb49c2 commit 75b018a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.8
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.21
# Mod Properties
mod_version=1.0.18
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.84.0+1.20.1
sodium_version=mc1.20-0.4.10
fabric_version=0.84.0+1.19.4
sodium_version=mc1.19.4-0.4.10
# Publishing metadata
curseforge_id=459496
source_url=https://github.com/comp500/Indium/
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.20.0",
"minecraft": "~1.19.4",
"sodium": "0.4.10",
"fabric-renderer-api-v1": ">=3.1.0",
"fabric-renderer-api-v1": ">=2.4.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
}

0 comments on commit 75b018a

Please sign in to comment.