Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
0.2.17
Release
0.2.17-fabric3 years ago 326
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Added Relays! a system for long-range, lag-friendly links between wisps. All wisps connected to a relay network will equalise media with each other, and any iota sent to any relay gets broadcast to everything other than the sender connected to the relay network.
- Added blacklist & whitelist to wisps for where they exchange media; by default they will exchange media only with linkables with the same owner, but patterns exist to allow/disallow them from exchanging with specific other linkables (since relays have no owner wisps always need to manually allow media-exchange with them).
Bugfixes
- Fixed Use Item On book entry.
- Fixed Smelt & Mediafy Item having item dupe bugs.
- Fixed OpMakeGate requiring the offset vec for Entity-Anchored gates to also be a position within ambit.
- Fixed bug where if seon wisp dies it throws a null-pointer exception.
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:aBVJ6Q36:9RtpOzVO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aBVJ6Q36:9RtpOzVO"
}







