Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 months ago
All versions
5.1.3
Release
1.20.1-v5.1.32 years ago 1,864
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Latest changes (See all)
- Update deps (2e6c69e)
- Changes from last XNet (c674d0c)
- fix ConnectedEntity moved to a different package (c544c2d)
- Fix XNet logic channel problem and update deps (#17) (7bcc609)
- update deps (46f8005)
- Fix XNet logic channel problem and update deps (e07dc52)
- add minotaur and curseforgegradle for publishing (06480f4)
- fix roundRobinOffset causing the same consumer to be constantly processed. Also got rid of roundRobinIncrement as there seems to be no need for it anymore (ca56490)
- Update deps (d7c4e4e)
- Changes from last XNet (384e54f)
- new item comparison function (c71838b)
- cleanup (9f6030e)
- constrict dependencies (5e68dce)
- Update README.md (bada829)
- Some more cleanup and constricted dependencies (a1eafa4)
- Use parchment mappings (a019b6e)
- Cleanup (e338a19)
- Update dependencies (e081987)
- 1.19.2 (79b7047)
- Update to 1.19 (8a2ab66)
- Update deps (488f453)
- Update deps (ea32061)
- Version bump (5fed1d3)
- Switched to SERVER config, as COMMON does not sync data from server. Fixes #12 (4b65f53)
- Updated to latest dependencies and cleaned up the GUI code (3661ba2)
- Update README.md (150377a)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| xnetgases-1.20.1-5.1.3-sources.jar | Unknown | 179.84 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:H1x2EwLg:deIcmGbM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1x2EwLg:deIcmGbM"
}



