
NeoNetwork
ArchivedForgifiedFabricAPI's networking api fork. For Fabric mod porting NeoForge only.
1,139
2
NeoNetwork has been archived. NeoNetwork will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.21
1.20.3–1.20.6
Platforms
Supported environments
Links
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated last year
NeoNeteork
ForgifiedFabricAPI's networking api fork. For Fabric mod porting NeoForge only.
Developers
We use modrinth maven as the maven repository. To import this mod into your project, please do the following.
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:neonetwork:Tag"
}