-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (29 loc) · 1.26 KB
/
Copy pathgradle.properties
File metadata and controls
34 lines (29 loc) · 1.26 KB
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
mod.version=3.4.1
mod.id=controlify
mod.name=Controlify
mod.description=The most advanced controller mod for Minecraft.
mod.sourcesUrl=https://github.com/isXander/Controlify
mod.issuesUrl=https://github.com/isXander/Controlify/issues
curseforge.id=835847
curseforge.slug=controlify
modrinth.id=DOUdJVEm
github.repo=isXander/Controlify
# @Controlify Ping
discord.ping=<@&1146064258652712960>
discord.image-url=https://github.com/isXander/Controlify/blob/main/src/main/resources/icon.png?raw=true
discord.color=#f7faa4
# Temporary measure until https://github.com/FabricMC/fabric-loom/pull/1568
mtk.multiloader.createDefaultRuns=false
# This build is configuration cache compatible!*
# *other than a few upstream bugs...
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
# Increase the heap size for decompilations
org.gradle.jvmargs=-Xmx4G --enable-native-access=ALL-UNNAMED
# Required properties until https://github.com/neoforged/NeoGradle/pull/316
neogradle.subsystems.conventions.sourcesets.automatic-inclusion=false
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
neogradle.subsystems.conventions.configurations.enabled=false
neogradle.subsystems.conventions.jarjar.create-main-jarjar=false