-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
31 lines (27 loc) · 957 Bytes
/
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
# Project
mod_version=1.1.12
group=org.cyclops.integratedrest
java_version=21
# Common
minecraft_version=1.21.1
mod_name=IntegratedREST
mod_author=rubensworks (aka kroeser)
mod_id=integratedrest
license=MIT
github_url=https://github.com/CyclopsMC/IntegratedREST
issue_tracker_url=https://github.com/CyclopsMC/IntegratedREST/issues
display_url=https://www.curseforge.com/minecraft/mc-mods/integrated-rest
description=Expose Integrated Dynamics networks as a REST API.
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44
parchment_version=2024.07.07
parchment_minecraft_version=1.21
curseforge_project_id=284332
modrinth_project_id=ovubcV3F
# NeoForge
neoforge_version=21.1.2
neoforge_loader_version_range=[4,)
neoforge_update_json_url=https://raw.githubusercontent.com/CyclopsMC/Versions/master/neoforge_update/integrated-rest.json
# Dependencies
cyclopscore_version=1.25.1-627
integrateddynamics_version=1.23.2-832
commoncapabilities_version=2.9.3-147