mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 21:03:32 +08:00
Setup NeoForge project
This commit is contained in:
26
NeoForge/src/main/resources/META-INF/mods.toml
Normal file
26
NeoForge/src/main/resources/META-INF/mods.toml
Normal 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"
|
||||
8
NeoForge/src/main/resources/pack.mcmeta
Normal file
8
NeoForge/src/main/resources/pack.mcmeta
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": {
|
||||
"text": "No Chat Restrictions Resources"
|
||||
},
|
||||
"pack_format": 18
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user