-
Notifications
You must be signed in to change notification settings - Fork 7
/
gradle.properties
85 lines (67 loc) · 2.34 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
74
75
76
77
78
79
80
81
82
83
84
85
# Gradle
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.daemon=false
#Project
java_version=21
# Mod Properties
jar_name=Boat-Item-View
mod_id=boatiview
mod_version=0.0.6
maven_group=me.soapsuds
minecraft_version=1.21.1
archives_base_name=boatiview
## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here
## https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21-20240613.152323
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft_version=1.21.1
parchment_version=2024.11.17
enabled_platforms=neoforge,fabric,forge
#Mod Information
mod_name=Boat Item View
# Add "," between entries. Don't add quotation marks to the first and last characters.
mod_author=50ap5ud5
credits=Treblero, for the original idea.
mod_description=The Boat Item View mod allows you to view your held items whilst sitting in a moving boat.
homepage=https://github.com/50ap5ud5/BoatItemView
sources=https://github.com/50ap5ud5/BoatItemView
logo_file=icon.png
issue_tracker_url=https://github.com/50ap5ud5/BoatItemView/issues
license=https://github.com/50ap5ud5/BoatItemView/blob/1.21.x-multiloader/LICENSE
minecraft_version_range=[1.21, 1.21.1)
resource_pack_format=34
#Fabric
main_mod_class=me.soapsuds.boatiview.fabric.BoatItemViewImpl
mod_menu_integration_class=me.soapsuds.boatiview.fabric.config.ConfigModMenuIntegration
fabric_loader_version=0.16.9
#Fabric API version
##Required for Forge Config API
fabric_api_version=0.114.0+1.21.1
fabric_api_version_range=>=0.102.0+1.21
fabric_loader_version_range=>=0.15.11
fabric_minecraft_version_range=>=1.21 <=1.21.1
fabric_java_version_range=>=21
yarn_mappings=1.21.1+build.3
#Neoforge
neoforge_version=21.1.93
neoforge_version_range=[21.0.167,)
neoforge_loader_version_range=[4,)
neoforge_java_version_range=[21,)
#Forge
forge_version=52.0.40
forge_version_range=[51.0.33,)
forge_loader_version_range=[0,)
# Common dependencies
forge_config_api_port_version=21.4.1
mixin_version=0.8.5
mixin_extras_version=0.4.1
#Fabric Dependencies only for compile
cloth_config_version=15.0.140
mod_menu_version=11.0.3
#Neoforge Dependencies only for runtime
configured_version=5873783
#Publishing
curseforge_id_forge=482160
curseforge_id_fabric=482444
modrinth_id=BdKIyOLe