Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 days ago
All versions
26.2-0.82.0
Beta
exfilcraft 0.82.0 (26.2)2 weeks ago 8
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.82.0
π Five new Nether enemies
- They hold the Piglin Manor and the Catacomb.
- The Bulwark is a heavy wither skeleton that cannot be knocked back.
- The Vessel is fast and brittle, and carrying something. Break it and a Shade tears out, while the empty bones speed up and keep coming.
- The Shade is the spirit a broken Vessel leaves. It flies, and the dark cannot hide it.
- The Cataphract is an armoured knight who raises a shield when you draw a bow. Take his plate off and the slowest thing in the Catacomb becomes the fastest.
- The Trophyhunter is a crossbow piglin wearing the skull of a hoglin it killed. An axe is the answer.
π‘οΈ Shields
- Craftable shields in every material from wood to Echo, each with its own durability. The Echo Shield splashes part of every blocked hit onto nearby enemies.
- Any of them takes a banner, holds enchantments, and shows in the recipe book.
- The plain shield is retired. Six planks and an iron ingot now give you an Iron Shield.
π‘ Your plot
- Rusty chests can be carried home, placed on your plot, and locked to you with a Rusty Key that is never used up.
- Residents open doors and gates, harvest pumpkins and melons, and gather when you ring a bell.
- Rename a resident with a named name tag.
- Visitors follow your plot's build permissions and can no longer trample crops.
- Travel between your own plots is free.
βοΈ Raids
- A server freeze now makes everyone briefly immune, so a lag spike cannot kill you.
- Shooting from beyond an enemy's sight now pulls it after you. Bosses can no longer be sniped safely.
- Bunker crates over the limit become trial vaults. Tier 2 bunkers go half ominous, tier 3 all ominous.
- The cartographer sells a Flag Stand Map for 8 emeralds.
- Several players can use one lobby merchant at once.
π§ Fixes
- Death loot survives you leaving and coming back.
- Saplings drop in raids again.
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:sCYRJB1l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:sCYRJB1l"
}

