HexCasting/gradle.properties

17 lines
415 B
Properties
Raw Normal View History

2021-12-25 17:58:16 +01:00
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
2022-01-16 22:58:32 +01:00
org.gradle.daemon=false
2022-04-25 16:40:32 +02:00
modID=hexcasting
modName=Hex Casting
2022-04-25 16:40:32 +02:00
minecraftVersion=1.18.2
2022-05-09 16:34:52 +02:00
modVersion=0.9.0
2022-04-25 16:40:32 +02:00
2022-05-23 21:21:13 +02:00
paucalVersion=0.4.3-prerelease-40
patchouliVersion=67
jeiVersion=9.5.3.143
2022-05-15 23:48:18 +02:00
kotlinVersion=1.6.21