-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
51 lines (41 loc) · 1.42 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
## Gradle Settings
org.gradle.jvmargs = -Xmx4G -Xms4G
org.gradle.daemon = false
org.gradle.parallel = true
org.gradle.caching = true
fabric.loom.disableProjectDependentMods = true
## Mod Info
archives_base_name = interiors
mod_version=0.5.6
maven_group = com.sudolev
mixin_extras_version = 0.3.5
### Version Specific Dependencies
minecraft_version = 1.20.1
## Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 23
# https://parchmentmc.org/docs/getting-started
parchment_version = 2023.09.03
# Fabric - https://fabricmc.net/develop/
fabric_loader_version = 0.16.3
fabric_api_version = 0.87.0
# Forge - https://files.minecraftforge.net/net/minecraftforge/forge/index_1.20.html
forge_version = 47.1.3
## Create
# https://mvn.devos.one/#/snapshots/com/simibubi/create/create-fabric-1.20.1
create_fabric_version = 0.5.1-h-build.1516
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
create_forge_version = 0.5.1.h-48
registrate_forge_version = MC1.20-1.3.3
flywheel_forge_minecraft_version = 1.20.1
flywheel_forge_version = 0.6.11-13
## Fabric Mods
# https://modrinth.com/mod/lazydfu/versions
lazydfu_version = 0.1.3
# https://modrinth.com/mod/modmenu/versions?g=1.20.1
modmenu_version = 7.2.2
## Forge Mods
# Better Mods Button - https://www.curseforge.com/minecraft/mc-mods/better-mods-button/files
bmb = 4613425
# Catalogue - https://www.curseforge.com/minecraft/mc-mods/catalogue/files
catalogue = 4590890