generated from FabricMC/fabric-example-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
gradle.properties
28 lines (24 loc) · 854 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
# Gradle Properties
org.gradle.jvmargs=-Xmx4G
# Fabric Basic Properties
# https://fabricmc.net/develop/
loader_version=0.15.7
# Mod Properties
mod_id=enchantedshulkers
mod_name=Enchanted Shulkers
mod_version=1.2.4
maven_group=de.rubixdev.enchantedshulkers
archives_base_name=enchantedshulkers
# Global Dependencies
# https://github.com/Fallen-Breath/conditional-mixin/tags
conditionalmixin_version=v0.4.1
# https://github.com/Chocohead/Fabric-ASM/tags
fabric_asm_version=2.3
# https://mvnrepository.com/artifact/io.hotmoka/toml4j
toml4j_version=0.7.3
# https://github.com/Bawnorton/MixinSquared/releases
mixinsquared_version=0.1.1
# https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/
fabric_kotlin_version=1.9.6+kotlin.1.8.22
# Other
run_with_compat_mods=false