generated from TropheusJ/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgradle.properties
35 lines (28 loc) · 951 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
org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = com.example
archives_base_name = modid
mod_version = 0.1.0
minecraft_version = 1.20.1
# Dependencies
# https://fabricmc.net/develop
fabric_loader_version = 0.16.9
fabric_api_version = 0.92.2+1.20.1
# Mappings
# https://parchmentmc.org/docs/getting-started
parchment_version = 2023.09.03
# Create
# https://modrinth.com/mod/create-fabric/versions
create_version = 0.5.1-j-build.1631+mc1.20.1
# Development QOL
# Create supports all 3 recipe viewers: JEI, REI, and EMI. This decides which is enabled at runtime.
# set to 'disabled' to have none of them.
recipe_viewer = unspecified
# JEI - https://www.curseforge.com/minecraft/mc-mods/jei/files/all
jei_version = 15.2.0.22
# REI - https://modrinth.com/mod/rei/versions
rei_version = 12.0.626
# EMI - https://modrinth.com/mod/emi/versions
emi_version = 1.1.18+1.20.1
# Mod Menu - https://modrinth.com/mod/modmenu/versions
modmenu_version = 7.1.0