-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
45 lines (39 loc) · 1.31 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
36
37
38
39
40
41
42
43
44
45
# Project
mod_version=0.2.7
group=org.cyclops.structuredcrafting
java_version=21
# Common
minecraft_version=1.21.1
mod_name=StructuredCrafting
mod_author=rubensworks (aka kroeser)
mod_id=structuredcrafting
license=MIT
github_url=https://github.com/CyclopsMC/StructuredCrafting
issue_tracker_url=https://github.com/CyclopsMC/StructuredCrafting/issues
display_url=https://www.curseforge.com/minecraft/mc-mods/structured-crafting
description=Craft stuff in your world, automatically.
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44
neo_form_version=1.21-20240613.152323
parchment_version=2024.06.23
parchment_minecraft_version=1.21
curseforge_project_id=233151
modrinth_project_id=GTi2kHAW
# Fabric
fabric_version=0.102.1+1.21.1
fabric_loader_version=0.15.11
# Dependencies
fabric_forgeconfigapiport_version=21.1.0
# NeoForge
neoforge_version=21.1.2
neoforge_loader_version_range=[4,)
neoforge_update_json_url=https://raw.githubusercontent.com/CyclopsMC/Versions/master/neoforge_update/structured-crafting.json
# Forge
forge_version=52.0.24
forge_loader_version_range=[2,)
forge_update_json_url=https://raw.githubusercontent.com/CyclopsMC/Versions/master/forge_update/structured-crafting.json
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.caching=true
# Common dependencies
cyclopscore_version=1.25.2-634