-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (23 loc) · 789 Bytes
/
Copy pathgradle.properties
File metadata and controls
27 lines (23 loc) · 789 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
org.gradle.configuration-cache=false
org.gradle.vfs.watch=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.2
loader_version=0.19.3
java_version=25
# Mod Properties
mod_side=both
mod_version=1.0.0
mod_id=modernminecraftmodtemplate
maven_group=io.github.brainage04.modernminecraftmodtemplate
archives_base_name=modernminecraftmodtemplate
mod_name=ModernMinecraftModTemplate
# Dependencies
fabric_api_version=0.155.0+26.2
modmenu_version=20.0.1
fabricmoddingconventions_version=2.4.1
fzzy_config_version=0.7.6+26.2