NeoNetwork
ForgifiedFabricAPI's networking api fork. For Fabric mod porting NeoForge only.
733
2
Library
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
NeoForge
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 8 months ago
Updated 4 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"
}