Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
0.2.12-beta
Beta
0.2.12-beta-fabric3 years ago 161
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Added action to check whether two motes can be combined; combining motes now mishaps if they can't be combined.
- Sorter's Purification and Mediafy Item can now target item frames to operate on the item inside the frame.
- Added Gate's Dismissal to unmark an entity from a gate.
- Added Weighing Purification to get the number of items contained within a mote.
Bugfixes
- Fixed various documentation issues.
- Fixed crafting requiring "cartopgrapher" villager.
- Fixed error on fabric from misunderstanding how to respect claimed chunks for binding nexi.
- Made entry for motes in the book purple.
- Document smelting motes.
- Fixed Mote Nexus not dropping its item and breaking instantly.
- Mote Nexus drops contained items when broken.
- Made the mote nexus being in an unloaded chunk cause a mishap for pretty much everything.
- Crafting no longer gives you air motes.
- Crafting can no longer dupe items by crafting e.g. a diamond block with 9 references to the same diamond.
- Changed trading type signature to not overflow its bounds.
- Fixed error with marked Distillation trying to access the top of the stack as both a gate and an entity.
- Fixed slipways using lots of rendering processing since FrozenColorizer.nextColor() is slow.
- Fixed motes having .toleratesOther incorrectly made, breaking Equality/Inequality distillations and the Exclusionary distillation.
- Added docs for Seniority Purification.
- Fixed wisps casting in the player's dimension if they aren't in it.
- Maybe fixed AE2 crashes?
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:31tOQYTm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aBVJ6Q36:31tOQYTm"
}






