forked from HKS-HNS/No-Chat-Reports
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
40 lines (34 loc) · 1.12 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
# Gradle
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
# Toolchain Properties
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
fabric_loader_version=0.15.10
forge_version=1.20.6-50.0.4
neoforge_version=20.6.20-beta
# Mod Properties
mod_version=1.20.6-v2.7.0
maven_group=com.aizistral.nochatreports
archives_base_name=NoChatReports-FABRIC
mod_id=nochatreports
mod_name=No Chat Reports
mod_url=https://www.curseforge.com/minecraft/mc-mods/no-chat-reports
issue_tracker_url=https://github.com/Aizistral-Studios/No-Chat-Reports/issues
mod_author=Aizistral
mod_description=Strips cryptographic signatures from player messages, making it impossible to track and associate them with your Mojang/Microsoft account, as well as use Player Chat Reporting feature.
mod_icon=assets/nochatreports/textures/misc/ncr_logo.png
mod_license=WTFPL
# Dependencies
fabric_version=0.97.8+1.20.6
mod_menu_version=10.0.0-beta.1
cloth_config_version=14.0.126
# Dependencies in mods.toml
dep_forge=[37,)
dep_neoforge=[20.4.170,)
dep_minecraft=[1.20.4,)
# Publishing
curse_id=634062
version_type=release
#Contributors
contributor_0=Madis0 (aka robotkoer)