Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
- Fixed shape calculation for connectors so that they are more accurate
- Dertiende did some massive changes to XNet:
1.19-5.2.0
Release
XNet - 1.19-5.2.02 years ago 10.6K
Compatibility
Minecraft: Java Edition
1.19.2–1.19.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
XNet 1.19-5.2.0
- Fixed shape calculation for connectors so that they are more accurate
- Dertiende did some massive changes to XNet:
- More text labels can now be localized
- Add support of all logic operations from enderio
- Remove "speed" from logic channel
- Changes in input validation: the text is now validated when you lose focus and when you press enter or esc. Previously, every new character was validated
- Fixed bug with connector GUI. Connector name is now correctly displayed when reconnecting for other players as well
- Now in connector GUI you can see connected block for each direction (also info about block when hovered)
- Directional name toggle buttons now do not lose state after reopening the connector GUI
- (Speed up) Combining simulation and real insertion methods for item and fluid channels
- (Speed up) Cache connector position for all channels
- (Speed up) Skip processing of full inventories if there are many extractors for item channels
- (Speed up) Cache rate for energy channel
- (Speed up) Stop the iteration if we have obtained enough energy to fill all consumers for energy channel
Optional dependencies
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:iu1jkWqa:NRMqSJF4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iu1jkWqa:NRMqSJF4"
}




