forked from YUNG-GANG/YUNGs-Better-Caves
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (25 loc) · 1.21 KB
/
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
# 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
# No daemon
org.gradle.daemon = false
# Taken from https://semver.org/
# MAJORMOD.MINOR.PATCH
modVersion = 1.7.0-dev
# The modid of the mod
modId = bettercaves
# The maven group of the mod
modGroup = com.yungnickyoung.minecraft.bettercaves
# The name of the mod file (excluding the version)
# Maven and Gradle don't like spaces in filenames, so use a different separator character like '-'
modFileName = BetterCaves
# The mod's name, to be displayed in the mcmod.info file
modName = YUNG's Better Caves
# Mod auhor. Hey, that's me!
modAuthor = YUNGNICKYOUNG
# A description of the mod, to be displayed in mcmod.info
modDescription = YUNG's Better Caves overhauls Vanilla Minecraft's cave generation, making caves much more structurally diverse and exciting!
# Credits to be displayed in the mcmod.info
modCredits = Thanks to superfluke's WorleyCaves code for some algorithmic insight, and TheMasterCaver for inspiration from his work.
# The version of Minecraft we are modding for
modMinecraftVersion = 1.12.2