Setup NeoForge project

This commit is contained in:
Aizistral
2026-01-28 23:04:44 +01:00
parent 3f3e3aabff
commit 96a64d9719
14 changed files with 636 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
modLoader="javafml"
loaderVersion="[1,)"
license="WTFPL"
issueTrackerURL="https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues"
logoFile="ncr_logo.png"
[[mods]]
modId="nochatrestrictions"
version="${mod_version}"
displayName="No Chat Restrictions"
displayURL="https://modrinth.com/project/no-chat-restrictions"
authors="Aizistral"
description="A mod dedicated to removing restrictions around the use of multiplayer features, including in-game chat."
[[dependencies.nochatrestrictions]]
modId="neoforge"
mandatory=true
versionRange="[20.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.nochatrestrictions]]
modId="minecraft"
mandatory=true
versionRange="1.20.2"
ordering="NONE"
side="BOTH"

View File

@@ -0,0 +1,8 @@
{
"pack": {
"description": {
"text": "No Chat Restrictions Resources"
},
"pack_format": 18
}
}