Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 days ago
All versions
26.2-0.88.0
Beta
exfilcraft 0.88.0 (26.2)5 days ago 8
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.88.0
πΊοΈ Raids
- The guaranteed stronghold and forced trial chamber are off by default now, each behind its own server setting.
- Either way, a stronghold in the raid gets a shaft down onto its end portal, and a trial chamber a water elevator to its entrance.
- Extraction portals and tunnels no longer close behind whoever goes through first.
- Rusty doors and trapdoors can be mined once unlocked and hung on your plot.
π Residents
- Every resident on the Residents page has a Summon button: they drop their work and come to you from anywhere on the plot.
- Selecting one shows the villager with their gear racked around them.
- Sleepless residents warn in three stages, and seven sleepless nights will cause them to start losing health.
- They walk under roofs now, hold to a ladder all the way down, and go through your unlocked rusty doors.
- Squad residents travel with you between plots, deploy with you, and return to their own plot when you extract.
πΎ Minis
- New Mini Mimic on the Rebirth panel: a pocket-sized chest that walks at your side, lid chattering.
- Minis are ordinary goods now. Drop one, hand one over, sell one at auction. Still kept when you die.
- Right-click with an empty hand to put one away, no crouch needed.
βοΈ Gear
- Deciphered schematics now stamp 16 pieces before they run out, shows a bar and a "Uses left" line. Sealed and deciphered schematics can be auctioned now.
- Books identified by the Armourer can roll shield enchantments.
π§ Fixes
- The Mimic's lunge plays smoothly instead of shaking on the spot.
- Pets you leave loose stay on the plot you left them on.
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:969qON2e:uisdGukY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:uisdGukY"
}

