-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (19 loc) · 788 Bytes
/
gradle.properties
File metadata and controls
22 lines (19 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Increase memory to the gradle.
org.gradle.jvmargs=-Xmx5G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17
yarn_mappings=1.17+build.13
loader_version=0.11.6
# Mod Properties
# Version is as follows:
# First number represents Major Additions or changes
# Second Number represents many bug fixes or small new features
# The third number represents hotfixes and other bug fixes
# Lastly, the letter represents if the mod is Stable, Beta, or Alpha. s, b, a
mod_version = 0.1.0a
maven_group = mod.officialy.officialyanapi
archives_base_name = officialyanapi
# 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.36.0+1.17