-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
35 lines (32 loc) · 1.34 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
# Project related properties.
mod_version=6.0.1
mod_name=Kitty Kat's Staff
mod_id=kittykatsstaff
mod_group=dev.tophatcat.kittykatsstaff
mod_credits=KiriCattus, Witixin, sciwhiz12, ChampionAsh5357, EterDelta
mod_author=KiriCattus
mod_homepage=https://curseforge.com/minecraft/mc-mods/kitty-kats-staff
mod_source=https://github.com/Witixin1512/kitty-kats-staff
mod_issue_tracker=https://github.com/Witixin1512/kitty-kats-staff/issues
mod_description=A small magic mod with a staff you can summon mighty kitty minions!
mod_license=LGPL v2.1
mod_twitter=https://twitter.com/KiriCattus
mod_discord=https://discord.tophatcat.dev
# Minecraft and Forge related properties.
minecraft_version=1.20.1
forge_version=47.1.3
loader_version=47
#Enable or disable access transformers.
forge_ats_enabled=false
# CurseForge properties.
curseforge_project_id=323545
#Can accept "alpha", "beta" or "release".
curseforge_release_type=release
#The Modloader we are using, can accept "Forge", "Fabric", "Rift" or "Quilt".
curseforge_mod_loader=Forge
curseforge_java_version=Java 17
changelog=Made the staff spawn a small kitty when right clicking a tamed cat
# 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