generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
37 lines (31 loc) · 983 Bytes
/
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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version = 1.20.1
compatible_minecraft_versions = 1.20.1
loader_version = 0.14.21
# Mod Properties
mod_version = 4.2.6
maven_group = io.github.ignoramuses
archives_base_name = BingBingWahoo
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 21
# Dependencies
fabric_version=0.85.0+1.20.1
# https://modrinth.com/mod/midnightlib
midnightlib_version = 1.4.1-fabric
# Compat
# https://modrinth.com/mod/automobility
automobility_version = 0.4.2+1.20.1-fabric
jsonem_version=0.2.1+1.20
# https://modrinth.com/mod/templates-2
templates_version = 2.0.3-fabric-1.20.1
# https://modrinth.com/mod/conventional-cubes
conventional_cubes_version = 0.8.1+1.20.1
# https://github.com/emilyploszaj/trinkets/releases
trinkets_version = 3.7.0
# Dev Env
# https://modrinth.com/mod/modmenu/versions
mod_menu_version = 7.0.1