-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
47 lines (39 loc) · 1.12 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Project
version=1.3
group=net.dakotapride.hibernalHerbs
# Common
minecraft_version=1.20.1
common_runs_enabled=false
common_client_run_name=Common Client
common_server_run_name=Common Server
# Forge
# https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version=47.3.0
//forge_ats_enabled=true
# JEI & REI
# https://www.curseforge.com/minecraft/mc-mods/jei/files
# https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
jei_version=15.8.0.16
rei_version=12.1.740
# Trinkets & Curios
# https://www.curseforge.com/minecraft/mc-mods/trinkets/files
# https://www.curseforge.com/minecraft/mc-mods/curios/files
trinkets_version=3.7.2
curios_version=5.9.1+1.20.1
# Patchouli
# https://www.curseforge.com/minecraft/mc-mods/patchouli-fabric/files
# This version will correspond to both Forge & Fabric versions
patchouli_version=1.20.1-84
# Fabric
# https://fabricmc.net/develop/
fabric_version=0.92.2+1.20.1
fabric_loader_version=0.15.11
# Yarn
yarn_mappings=1.20.1+build.10
# Mod options
mod_name=HibernalHerbs
mod_author=DakotaPride
mod_id=hibernalherbs
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false