
NeoNetwork
NeoNetwork is a fork of the networking API from ForgifiedFabricAPI, specifically created for porting Fabric mods to the NeoForge platform. This tool significantly simplifies the process of adapting existing mods to the new runtime environment.
For Developers
To connect this library to your project, you need to configure the Modrinth Maven repository and add the corresponding dependency:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:neonetwork:Tag"
}