NeoNetwork
ArchivedForgifiedFabricAPI's networking api fork. For Fabric mod porting NeoForge only.
873
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
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 11 months ago
Updated 6 months ago
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"
}