forked from SlimeKnights/Mantle
-
Notifications
You must be signed in to change notification settings - Fork 8
/
gradle.properties
31 lines (26 loc) · 1.04 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
# 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=-Xmx3G
org.gradle.daemon=false
mod_version=1.9
# Minecraft Version Information
minecraft_version=1.20.1
minecraft_range=[1.18.2,1.20)
# check these on https://fabricmc.net/versions.html
loader_version=0.15.7
fabric_version=0.90.7+1.20.1
parchment_version=2021.12.19
# Build dependencies
rei_version=12.0.622
jei_version=15.2.0.23
# https://www.curseforge.com/minecraft/mc-mods/architectury-api
architectury_version=9.1.12
# https://github.com/JamiesWhiteShirt/reach-entity-attributes/releases
reach_entity_attributes_version = 2.4.0
# https://github.com/Ladysnake/Satin/releases
satin_version = 1.11.0
modmenu_version=7.2.1
cca_version=5.2.2
port_lib_version = 2.3.4
port_lib_modules = accessors,attributes,base,core,common,config,entity,extensions,models,model_loader,networking,tags,transfer,fluids,lazy_registration,loot,utility
star_version = 1.5.2