forked from Nyfaria/AdvancedWallClimberAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
43 lines (36 loc) · 917 Bytes
/
Copy pathgradle.properties
File metadata and controls
43 lines (36 loc) · 917 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
32
33
34
35
36
37
38
39
40
41
42
43
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=1.0.2
group=com.nyfaria.awcapi
java_version=21
# Common
minecraft_version=1.21.1
mod_name=Advanced Wall Climber API
mod_author=Nyfaria
mod_id=awcapi
license=ARR
credits=
description=An API for advanced wall climbing mechanics.
minecraft_version_range=[1.21, 1.22)
neo_form_version=1.21.1-20240808.144430
# Fabric
fabric_version=0.116.7+1.21.1
fabric_loader_version=0.15.11
# NeoForge
neoforge_version=21.1.217
neoforge_loader_version_range=[2,)
parchment_minecraft=1.21.1
parchment_version=2024.11.17
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Dependencies
forge_config_api_port_version=21.1.0
regutils_version=1.21.0-0.2.2
# Publishing
curseforge_publishing_enabled=true
curseforge_project_id=1425144
modrinth_publishing_enabled=true
modrinth_project_id=UtjdGsKV
dry_run=false