-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
63 lines (52 loc) · 1.84 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
org.gradle.jvmargs = -Xmx2G
# Mod Info
mod_id = ldlib
mod_name = LowDragLib
mod_version = 1.0.0
mod_description = Low Drag Lib, a library for rendering, gui, particles, synchronize
mod_license = The MIT License (MIT)
mod_url = https://github.com/Low-Drag-MC/
maven_group = com.lowdragmc.ldlib
minecraft_version = 1.19.2
enabled_platforms = fabric,forge
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 21
# https://parchmentmc.org/docs/getting-started
parchment_version = 2022.11.27
# Fabric
# https://fabricmc.net/develop/
fabric_loader_version = 0.14.11
fabric_api_version = 0.67.0+1.19.2
# Forge
# https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version = 43.2.0
# Create - Fabric
# https://modrinth.com/mod/create-fabric/versions
create_fabric_version = 0.5.0.g-837+1.19.2
# Create - Forge
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
create_forge_version = 0.5.0.h-21
registrate_forge_version = MC1.19-1.1.5
flywheel_forge_minecraft_version = 1.19.2
flywheel_forge_version = 0.6.8.a-14
# Development QOL
# Create Fabric supports all 3 recipe viewers: JEI, REI, and EMI. This decides which is enabled at runtime.
# set to disabled to have none of them.
fabric_recipe_viewer = unspecified
# JEI - https://www.curseforge.com/minecraft/mc-mods/jei/files/all
jei_version = 11.2.0.254
# REI - https://modrinth.com/mod/roughly-enough-items/versions
rei_version = 9.1.580
# EMI - https://modrinth.com/mod/emi/versions
emi_version = 0.6.1+1.19.2
# Mod Menu - https://modrinth.com/mod/modmenu/versions
modmenu_version = 4.1.2
# LazyDFU - https://modrinth.com/mod/lazydfu/versions
lazydfu_version = 0.1.3
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1081
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=1081
#systemProp.socks.proxyHost=127.0.0.1
#systemProp.socks.proxyPort=1081