forked from AeiouEnigma/sodium-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
25 lines (21 loc) · 853 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx1G
# Forge Properties
minecraft_version=1.16.5
forge_version=36.1.0
mappings_channel=snapshot
mappings_version=20210309-1.16.5
# Mod Properties
mod_id=sodium
#Only bump mod_version when sodium-fabric bumps their version. We want to conform to their version number.
mod_version=0.2.0
#Bump revision number with every public release, reset to 1 after a mod_version bump
revision_number=1
maven_group=me.jellysquid.mods
archives_base_name=sodium-forge
# If true, third-party mods will be loaded during runtime in the developer run configurations
use_third_party_mods = true
databreaker_version = 0.2.6
# FTB-Chunks
ftb_chunks_version=1.1.2.36