-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
32 lines (24 loc) · 1.09 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
org.gradle.jvmargs=-Xmx4G
# No deamon
org.gradle.daemon=false
# Taken from https://semver.org
# Given a version number MAJOR.MINOR.PATCH, increment the:
# MAJOR version when you make incompatible API changes,
# MINOR version when you add functionality in a backwards-compatible manner, and
# PATCH version when you make backwards-compatible bug fixes.
# Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
# The initial alpha release is 0.1.0 and the initial public stable release should be 1.0.0
modVersion = 0.1.10-beta
# The modid of our mod
modId = thinkamagico
# The maven group of your mod
# See "http://maven.apache.org/guides/mini/guide-naming-conventions.html"
# modGroup = your.website.modid
# modGroup = mod.yourname.modid
modGroup = xyz.aikoyori.thinkamagico
# 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 = thinkamagico
# modFileName = Mod-Name
# The version of Minecraft we are modding for
modMinecraftVersion = 1.16.4