-
Notifications
You must be signed in to change notification settings - Fork 7
/
gradle.properties
35 lines (30 loc) · 1.1 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21
fabric_version=0.83.0+1.20.1
# Mod Properties
jar_name=Boat-Item-View-Fabric
mod_id=boatiview
mod_version=0.0.5
maven_group=me.soapsuds
#Mod Information
main_mod_class=me.soapsuds.boatiview.BoatItemView
mod_name=Boat Item View Fabric
# Add "," between entries. Don't add quotation marks to the first and last characters.
mod_authors=50ap5ud5","Treblero
mod_description=The Boat Item View mod allows you to view your held items whilst sitting in a moving boat.
homepage=https://www.curseforge.com/minecraft/mc-mods/boat-item-view
sources=https://github.com/50ap5ud5/BoatItemView
icon_file=https://github.com/50ap5ud5/BoatItemView/issues
license=https://github.com/50ap5ud5/BoatItemView/blob/1.20.x-fabric/LICENSE
fabric_version_range=>=0.83.0+1.20
fabric_loader_version_range=>=0.14.21
minecraft_version_range=>=1.20
java_version_range=>=17
# Dependencies
cloth_config_version=11.0.99
mod_menu_version=7.0.1