-
Notifications
You must be signed in to change notification settings - Fork 3
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
2 changed files
with
11 additions
and
11 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,17 +1,17 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.jvmargs = -Xmx1G | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/use | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.3 | ||
loader_version=0.11.1 | ||
# check these on https://fabricmc.net/use | ||
minecraft_version = 1.16.5 | ||
yarn_mappings = 1.16.5+build.3 | ||
loader_version = 0.11.1 | ||
|
||
# Mod Properties | ||
mod_version = 0.0.5 | ||
maven_group = io.minepkg | ||
archives_base_name = test-utils | ||
mod_version = 0.0.6 | ||
maven_group = io.minepkg | ||
archives_base_name = test-utils | ||
|
||
# Dependencies | ||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api | ||
fabric_version=0.29.4+1.16 | ||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api | ||
fabric_version = 0.29.4+1.16 |
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