forked from homchom/recode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (22 loc) · 816 Bytes
/
gradle.properties
File metadata and controls
30 lines (22 loc) · 816 Bytes
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
org.gradle.jvmargs = -Xmx1G
# https://fabricmc.net/develop/
modVersion = 0.1.0-beta.5
minecraftVersion = 1.19.2
fabricVersion = 0.60.0+1.19.2
# The modrinth Version ID of the required Fabric API version
fabricModrinthVersion = RAzwgZkP
# The version of Fabric Loader required by Fabric API
loaderDevVersion = 0.14.9
# Required dependency mods
required.libgui.artifact = io.github.cottonmc:LibGui
required.libgui.version = 6.1.0+1.19
required.cloth-config.artifact = me.shedaniel.cloth:cloth-config-fabric
required.cloth-config.version = 7.0.72
# Optional dependency mods
optional.modmenu.artifact = com.terraformersmc:modmenu
optional.modmenu.version = 4.0.6
# Mod properties
modName = recode
mavenGroup = io.github.homchom
# The minimum version of Fabric Loader required by recode
loaderModVersion = 0.13.3