Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.0.0+mc.1.20.1
Release
v1.0.0 [1.20.1]2 years ago 53.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
- Fix sieve recipes being broken in REI
- Fix crucible heat not showing some blocks in REI and EMI
- Fix a crash related to fluid rendering
- Fix swimming not working in some fluids
- Fix the last slot of strainers not being accessible
- Fix some issues related to the strainer config
- Fix a bunch of barrel bugs:
- The game no longer crashes when a recipe aborts
- Automation can now properly simulate interactions with barrels
- Composting now counts a crafting, fixing a few issues
- The block_below no longer checks the block above
- Sieves now only progress every 4 ticks (same speed as holding down click)
- Reduce packet spam from ticking blocks
- Add crucible heat recipe for soul fire
- Remove kubejs compat as it was outdated and a pain to update (and kube will soon drop fabric anyway)
- Remove TOP compat as the fabric fork is abandoned
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| wraith-fabricaeexnihilo-1.0.0+mc1.20.1-sources.jar | Unknown | 387.56 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:j9JARqmz:Xgwvhj78"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j9JARqmz:Xgwvhj78"
}
