-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
41 lines (33 loc) · 1.13 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
org.gradle.jvmargs = -Xmx1G
# Fabric properties
minecraft_version = 1.17.1
yarn_build = 61
loader_version = 0.11.6
# Mod properties
mod_version = 0.1.0
maven_group = net.dodogang.marbles
mod_id = marbles
# Dependencies
fabric_api_version = 0.40.1+1.17
# compatibility
canvas_version = 1.0.+
ip_version = v0.04-1.17
fbt_version = 1.0.0-fabric.1.16.5
# libraries
chord_version = 1.8.0-fabric.1.17-2
cloth_config_version = 5.0.38
mod_menu_version = 2.0.6
jedt_version = 0.3.2
shwutil_version = 1.5.0
ptg_version = 2.0.0
# runtime utilities
okzoomer_version = 1.17-SNAPSHOT
sodium_version = 0.3.1+rev.7e476da-dirty
lithium_version = mc1.17.1-0.7.4
phosphor_version = mc1.17.1-0.3.0
hydrogen_version = mc1.16.5-v0.1.0
# Immersive Portals is incompatible with canvas. If you need to test Immersive Portals or Canvas compatibility, set one of both of these to true.
ip_enabled = false
canvas_enabled = false
# Enable this if you want datagen to run on build
auto_datagen = false