463afb8923
Lukewarmfix a few bugs, including - being unable to craft cyphers/trinkets/artifacts - entity velocity not working on players - amethyst shard reducer not actually working
16 lines
415 B
Properties
16 lines
415 B
Properties
# 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
|
|
org.gradle.daemon=false
|
|
|
|
modID=hexcasting
|
|
modName=Hex Casting
|
|
|
|
minecraftVersion=1.18.2
|
|
modVersion=0.9.0
|
|
|
|
paucalVersion=0.4.0-prerelease-23
|
|
patchouliVersion=67
|
|
jeiVersion=9.5.3.143
|
|
|
|
kotlinVersion=1.6.21
|