generated from Rabbitminers/Create-Mod-Addon-Template
-
Notifications
You must be signed in to change notification settings - Fork 18
/
gradle.properties
53 lines (40 loc) · 1.5 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
org.gradle.jvmargs = -Xmx2G
# Mappings - https://lambdaurora.dev/tools/import_quilt.html
# Parchment - https://parchmentmc.org/docs/getting-started
# Fabric - https://fabricmc.net/develop/
# Forge - https://files.minecraftforge.net/net/minecraftforge/forge/
# Create (Fabric) - https://modrinth.com/mod/create-fabric/versions
# Create (Forge) - https://maven.tterrag.com/com/simibubi/create/
# JEI - https://www.curseforge.com/minecraft/mc-mods/jei/files/all
# REI - https://modrinth.com/mod/roughly-enough-items/versions
# EMI - https://modrinth.com/mod/emi/versions
# Mod Menu - https://modrinth.com/mod/modmenu/versions"
# LazyDFU - https://modrinth.com/mod/lazydfu/versions
mod_id = extendedgears
archives_base_name = extendedgears
mod_version = 2.1.1
modrinth_forge_id = qO4lsa4Y
modrinth_fabric_id = TODO
curseforge_forge_id = 739973
curseforge_fabric_id = 815006
maven_group = com.rabbitminers
minecraft_version = 1.20.1
enabled_platforms = fabric,forge
qm_version = 23
parchment_version = 2023.07.16
fabric_loader_version = 0.15.9
fabric_api_version = 0.91.0+1.20.1
forge_version = 47.1.44
raw_create_version = 0.5.1.f
create_fabric_version = 0.5.1-f-build.1335+mc1.20.1
create_forge_version = 0.5.1.f-26
registrate_forge_version = MC1.20-1.3.3
flywheel_forge_minecraft_version = 1.20.1
flywheel_forge_version = 0.6.10-8
fabric_recipe_viewer = Undefined
jei_fabric_version = 15.2.0.23
jei_forge_version = 11.6.0.1015
rei_version = 12.0.634
emi_version = 1.0.17+1.20.1
modmenu_version = 7.2.1
lazydfu_version = 0.1.3