forked from LucunJi/ExtraPlayerRenderer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
73 lines (73 loc) · 2.46 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# Highly configurable PaperDoll mod. Forked from Extra Player Renderer.
# Copyright (C) 2024-2025 LucunJi(Original author), HappyRespawnanchor
#
# This file is part of Ayame PaperDoll.
#
# Ayame PaperDoll is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ayame PaperDoll is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Ayame PaperDoll. If not, see <https://www.gnu.org/licenses/>.
#
# Gradle Settings
# Gradle JVM arguments
org.gradle.jvmargs=-Xmx2G
# Enable parallel build
org.gradle.parallel=true
# Mod Properties
# Mod license type
mod_license=LGPL-3.0-or-later
# Mod version
mod_version=4.4.1+1.21.1
# Mod name
mod_name=Ayame PaperDoll
# Mod ID
mod_id=ayame_paperdoll
# Archive name for the build output
mod_archives_name=ayame-paperdoll
# Mod description
mod_description=Highly configurable PaperDoll mod.\nForked from Extra Player Renderer.
# Maven group ID
mod_maven_group=org.ayamemc.ayamepaperdoll
# Mixin configuration file
mod_mixin_config=ayame-paperdoll.mixins.json
# Mod homepage URL
mod_homepage_url=https://ayamemc.org/blog/tags/ayame-paperdoll
# Mod source repository URL
mod_fabric_sources_url=https://github.com/AyameMC/Ayame-PaperDoll
# Mod issue tracker URL
mod_issues_url=https://github.com/AyameMC/Ayame-PaperDoll/issues
# Platform Settings
# Mod access widener path
mod_access_widener_path=src/main/resources/ayame-paperdoll.accesswidener
# Supported platforms
enabled_platforms=fabric,neoforge
# Minecraft Properties
# Minecraft version
minecraft_version=1.21.1
# Dependencies Versions
# Fabric loader version
fabric_loader_version=0.16.10
# Fabric API version
fabric_api_version=0.114.0+1.21.1
# Fabric Minecraft version range
fabric_minecraft_version_range=1.21.1
# NeoForge version
neoforge_version=21.1.95
# NeoForge Minecraft version range
neoforge_minecraft_version_range=[1.21.1]
# Parchment Minecraft version
parchment_minecraft_version=1.21.1
# Parchment version
parchment_version=2024.11.17
# Library Versions
# Fabric Mod Menu version
modmenu_version=11.0.3