Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 days ago
All versions
26.2-0.86.0
Beta
exfilcraft 0.86.0 (26.2)6 days ago 6
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.86.0
πΊοΈ The Catacombs
- Buried far deeper, with a stairway down more than twice as long, so the halls no longer break out near daylight.
- Nothing in them can cut into a bunker any more.
- A thrown Eye of Ender now leads to the stairway down rather than the wall buried inside.
βοΈ Raids
- Pillagers no longer swarm you from across the map. Hitting one alerts only the ones close enough to have seen it.
- More to find out there: loose chests and barrels are up from 75 to 100 each, and more of it is locked.
- Mobs no longer spawn on top of your squadmates.
- Echo gear is Deep Dark loot again, and the Echo Staff's beam hits twice as hard.
- The exploration atlas outlines where the current raid sits in the wider world, so you can chart that ground beforehand.
π¨ Merchant's bench
- Flat rate per enchantment level, with no surcharge for what the gear is made of or what is already on it.
- Curses no longer take up a slot and are never charged for.
- Combining two matching pieces adds their durability together, the way an anvil does.
- A merge only works on a piece that is already enchanted. A bare piece has to be merged with a book first.
π§ Fixes
- Loot no longer scatters on the ground as though a container had been smashed open.
- A resident you take into a raid backs off when badly hurt, runs for cover near you and eats.
- Your own pets can no longer be hurt by you. A Butcher's Knife is the way to put one down on purpose.
- The Plot Trader no longer shoves an AFK player.
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:Buc5ewrR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:Buc5ewrR"
}

