-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (29 loc) · 1.03 KB
/
gradle.properties
File metadata and controls
32 lines (29 loc) · 1.03 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
# Mod
mod_id = cookingforblockheads
mod_name = Cooking for Blockheads
mod_author = BlayTheNinth
credits = BlayTheNinth
description=Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.
version = 26.1.2.1
group = net.blay09.mods
homepage=https://mods.twelveiterations.com/minecraft/cookingforblockheads
sources=https://github.com/TwelveIterations/CookingForBlockheads
issues=https://github.com/TwelveIterations/CookingForBlockheads/issues
discord = https://discord.gg/VAfZ2Nau6j
license=All Rights Reserved
# Publishing
curseforge_project_id = 231484
curseforge_environments = Client,Server
modrinth_project_id = vJnhuDde
maven_releases = https://maven.twelveiterations.com/repository/maven-releases/
maven_snapshots = https://maven.twelveiterations.com/repository/maven-snapshots/
# Build
java_version = 25
neoforge_snapshot_url =
include_fabric=true
include_neoforge=true
include_forge=false
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=false