mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-15 05:13:32 +08:00
Time to snort some caffeine baby 🚀 🚀 🚀
This commit is contained in:
31
Fabric/src/main/resources/fabric.mod.json
Normal file
31
Fabric/src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "nochatrestrictions",
|
||||
"version": "${version}",
|
||||
"name": "No Chat Restrictions",
|
||||
"description": "A mod dedicated to removing restrictions around the use of multiplayer features, including in-game chat.",
|
||||
"authors": [
|
||||
"Aizistral"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://modrinth.com/project/no-chat-restrictions",
|
||||
"sources": "https://github.com/Aizistral-Studios/No-Chat-Restrictions",
|
||||
"issues": "https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues"
|
||||
},
|
||||
"license": "WTFPL",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"com.aizistral.nochatrestrictions.NoChatRestrictions"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"nochatrestrictions.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.18.4",
|
||||
"minecraft": "~1.16.4",
|
||||
"java": ">=8",
|
||||
"fabric": "*"
|
||||
}
|
||||
}
|
||||
16
Fabric/src/main/resources/nochatrestrictions.mixins.json
Normal file
16
Fabric/src/main/resources/nochatrestrictions.mixins.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.aizistral.nochatrestrictions.mixins",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.8",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"MixinMinecraft"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"overwrites": {
|
||||
"requireAnnotations": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user