Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
0.2.15
Beta
0.2.15-fabric3 years ago 305
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Unavailable version
Unavailable version
Changes
Features
- Changed Bind Storage - Temporary default cost to 0.001 dust.
- Changed Gates to now have 3 types:
- Location Anchored, which will always teleport the marked entities to the same location every time that gate is closed.
- Entity Anchored, which will teleport the marked entities to the location of the anchor entity (plus an offset defined when the gate is created)
- Drifting, which has the same behaviour as current gates, with an additional cost per distance gated per entity.
- Added blacklist to Accelerate, defaults to including Fletcher's Impetus and Create's Deployer.
- Wisps can now go through nether/end portals.
Bugfixes
- Fixed Gate contents not being saved when world closed.
- Fixed lib39 not being properly included ino fabric jar.
- fixed lag from wisps constantly deserialising things to figure out if there are truenames inside; that is now cached when the things are changed. Side effect, storing truenames is now much more expensive, exponential in the number of truename iotas stored.
- Fixed generated data files for mediafied_storage not being properly added to the git repo.
- Fixed Bound wisps not serialising correctly if the bound wisp was unloaded, and fixed wisp bindings not clearing on wisp death.
- Gave a better error message to wisps mishapping from trying to reproduce excessively.
- Fixed wisps getting mucked up by you dying.
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:KKudxWNm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aBVJ6Q36:KKudxWNm"
}

