-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (26 loc) · 802 Bytes
/
gradle.properties
File metadata and controls
31 lines (26 loc) · 802 Bytes
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
# Mod
mod_id = kuma_api
mod_name = KumaAPI
mod_author = BlayTheNinth
credits = BlayTheNinth
description = Universal Key Modifier API (Shift, CTRL, etc.)
version = 26.1.2.0
group = net.blay09.mods
homepage=https://mods.twelveiterations.com/minecraft/kuma
sources=https://github.com/TwelveIterations/KumaAPI
issues=https://github.com/TwelveIterations/KumaAPI/issues
discord = https://discord.gg/36qHFMNgAh
license = MIT
maven_releases = https://maven.twelveiterations.com/repository/maven-releases/
maven_snapshots = https://maven.twelveiterations.com/repository/maven-snapshots/
# Minecraft
java_version = 25
# NeoForge
neoforge_snapshot_url =
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
pack_format_number = 64
include_fabric = true
include_neoforge = true
include_forge = true