-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgradle.properties
64 lines (52 loc) · 2.56 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Check these on https://fabricmc.net/develop
minecraft_version=25w04a
yarn_mappings=25w04a+build.5
loader_version=0.16.10
# Mod Properties
# The maven group, as well as the name of the package where the mod's "main/root" package is located.
# Below are some examples:
# - The maven group for `io.github.thecsdev.examplemod` is `io.github.thecsdev`
# - The maven group for `com.myname.examplemod` is `com.myname`
# - The maven group for `dev.me.mcmods.examplemod` is `dev.me.mcmods`
# - ...and so on...
maven_group = io.github.thecsdev
# This is the full name of the entrypoint class of your mod:
mod_entrypoint_client = io.github.thecsdev.betterstats.BetterStatsFabric
mod_entrypoint_server = io.github.thecsdev.betterstats.BetterStatsFabric
mod_entrypoint_modmenu = io.github.thecsdev.betterstats.api.client.modmenu.ModMenuApiImpl
# This is the ID of your mod:
mod_id = betterstats
# This is some basic information about your mod:
mod_name = Better Statistics Screen
mod_description = Improves the statistics screen and makes it more useful.
mod_author = TheCSDev
mod_version = 3.13.8+fabric-1.21.5
# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSMods
mod_contact_sources = https://github.com/TheCSMods/mc-better-stats
mod_contact_issues = https://github.com/TheCSMods/mc-better-stats/issues
modmenu_link_curseforge = https://www.curseforge.com/projects/667464
modmenu_link_modrinth = https://modrinth.com/mod/n6PXGAoM
modmenu_link_website = https://thecsdev.com/
modmenu_link_youtube = https://www.youtube.com/@TheCSDev
# The name of the license that applies to this project.
# ( It is recommended to use the SPDX specification. More info at: https://spdx.org/licenses/ )
mod_license = LGPL-3.0
# The path of the mod's icon image, relative to the `src/main/resources` directory:
mod_icon = assets/betterstats/icon.png
# This is the name of the Minecraft version your mod depends on:
mod_depends_minecraft = >1.21.4
# This is the resource pack format number of your mod's resource pack:
# ( More info at https://minecraft.wiki/w/Pack_format )
pack_mcmeta_format = 49
# Dependencies
# If you choose to use any of the following mods as dependencies,
# uncomment them in `buildsc.dependencies.gradle`, and don't forget
# to list them as dependencies in `fabric.mod.json`.
fabric_version=0.115.1+1.21.5
modmenu_version=13.0.0-beta.1
architectury_version=15.0.1
rei_version=18.0.796