generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 43
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
1 parent
8866da3
commit fa600a8
Showing
1 changed file
with
10 additions
and
13 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,18 +1,15 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/use | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.1 | ||
loader_version=0.11.0 | ||
|
||
# check these on https://fabricmc.net/use | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.1 | ||
loader_version=0.11.0 | ||
# Mod Properties | ||
mod_version = 1.0.0 | ||
maven_group = one.oktw | ||
archives_base_name = FabricProxy-Lite | ||
|
||
mod_version=1.0.1 | ||
maven_group=one.oktw | ||
archives_base_name=FabricProxy-Lite | ||
# 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.3+1.16 | ||
auto_config_version=3.3.1 | ||
# 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.3+1.16 | ||
auto_config_version=3.3.1 |