Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 days ago
All versions
26.2-0.84.0
Beta
exfilcraft 0.84.0 (26.2)last week 13
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.84.0
π£ Enderite
- A new endgame tier, earned in the End. On paper it matches netherite: same protection, damage, durability and enchantment slots.
- What it does instead is pull. The armour draws in loose drops and experience, a full hit drags your target toward you, and an Enderite tool sends the block straight to your inventory.
- Sixteen pieces, upgraded from diamond at a smithing table. The template is End city treasure.
- Knockback resistance counts against the weapon pull in full.
- Smithing upgrade templates are no longer used up, so one makes a whole set. Netherite and Echo templates too. Armour trims are still consumed and can not be duplicated.
π The Defector
- His quest can finally be finished. Four of the eight goat horns barely existed in a raid, and now drop from the mod's illagers.
- The Defector's Horn now works. Blow it and every illager within sixteen blocks goes weak and runs away.
βοΈ Gear
- Great Walker is a boots only enchantment now, and will not sit alongside Frost Walker.
- Enchantment slots follow the material on every weapon and shield, so a stone warhammer holds one, not three.
- Echo axes can be worked by the blacksmith and take Sharpness.
π§ Fixes
- Your mini follows you everywhere, survives being dropped, and nobody else can take it.
- Pillager archers shoot their bow instead of swinging it.
- Any pillager caught over water takes a boat, and Enraged Golems come ashore instead of sinking at sea when spawned in.
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:IeBck4b1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:IeBck4b1"
}

