-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgradle.properties
49 lines (42 loc) · 1.66 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
46
47
48
49
# Project
version=0.23.7
group=xaero.pac
# Common
minecraft_version=1.18.2
common_runs_enabled=false
common_client_run_name=Common Client
common_server_run_name=Common Server
license=GNU Lesser General Public License v3.0 (LGPL-3.0-only)
# Forge
forge_version=40.2.5
//forge_ats_enabled=true
forge_minecraft_version_range=1.18.2
forge_loader_version_range=[40,)
forge_version_range=[40.2.5,)
# Fabric
fabric_version=0.77.0+1.18.2
fabric_loader_version=0.15.11
fabric_loader_version_range=>=0.13
minecraft_version_range=1.18.2
# NeoForge
neoforge_version=20.2.86
neoforge_loader_version_range=[1,)
# Deps
forgeconfigapiport_fabric_range=*
fabric_extension_create_breaks_range=<=1.4.0
fabric_api_range=*
java_fabric_range=>=17
create_forge_range=[0.5.1.b,)
# Mod options
mod_name=open-parties-and-claims
mod_author=Xaero96
mod_id=openpartiesandclaims
mod_display_name=Open Parties and Claims
description=This mod adds the ability to claim and to forceload world chunks, as well as create and manage player parties. It also gives server owners powerful controls over their players' usage of the mod's features.\\nThe mod's API allows other mods or plugins to easily interact with the parties and the chunk claims, both on the server and the client side.\\nXaero's Minimap mod and World Map mods are recommended in order to fully experience everything that this mod has to offer.
homepage=https://www.curseforge.com/minecraft/mc-mods/open-parties-and-claims
sources=https://github.com/thexaero/open-parties-and-claims
issues=https://github.com/thexaero/open-parties-and-claims/issues
# Gradle
org.gradle.java.home=C:/Program Files/Java/jdk-17.0.9+9
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false