-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
# Fabric Properties | ||
# check these on https://modmuss50.me/fabric.html | ||
minecraft_version=1.21-rc1 | ||
yarn_mappings=1.21-rc1+build.1 | ||
# check these on https://fabricmc.net/develop/ | ||
minecraft_version=1.21 | ||
yarn_mappings=1.21+build.1 | ||
loader_version=0.15.11 | ||
# Mod Properties | ||
mod_version=1.0.30 | ||
maven_group=link.infra | ||
archives_base_name=indium | ||
# Dependencies | ||
# check this on https://modmuss50.me/fabric.html | ||
fabric_version=0.100.0+1.21 | ||
sodium_version=0.5.8 | ||
sodium_minecraft_version=1.20.5 | ||
# check this on https://fabricmc.net/develop/ | ||
fabric_version=0.100.1+1.21 | ||
sodium_version=0.5.9 | ||
sodium_minecraft_version=1.21 | ||
# Publishing metadata | ||
curseforge_id=459496 | ||
source_url=https://github.com/comp500/Indium/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters