Tags
Creators
Details
Licensed ARR
Published last month
Updated 4 days ago
All versions
26.2-0.91.0
Beta
exfilcraft 0.91.0 (26.2)last week 6
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.91.0
π Eleven new biomes
- Rainforest, palm-island tropics, bayou and old-growth bayou, fungal fen, baobab savanna, dry bushland and outback, plus mycotoxic undergrowth and a glistering meadow in the Nether.
- Four new woods: baobab, cypress, kapok and socotra, each a full set from planks to signs.
- Forty-four new plants and grounds, and the giant lily pad, big enough to stand on.
πΉ Bolts and the fletching table
- Right-click a fletching table for a crafting grid with its own recipe book.
- Bolts are crossbow-only ammunition hitting twenty-five percent harder than an arrow, with tipped and spectral versions. Half of all crossbow pillagers carry them.
- Wolf armour comes in leather, copper, iron, gold and diamond, each with more durability than the last.
- The Keyring holds only keys and spends the right one when you click a lock.
- Every wood makes a boat now, and brimwood, crimson and warped ones float on lava.
π Sixty-five achievements
- Four new tabs, covering the raid loop, your plot, factions and merchants, and gear.
β‘ Raids open in about a quarter of the time
- Structures, loot and bunkers are built as you reach them, and the long freeze while a map rebuilds is gone.
- Ground a raid touches is kept, so later raids over it open faster still.
π₯ New dangers
- The Ashen holds the Ashen Woodland and prowls the Inferno, a burnt-out undead that ignores fire and never burns at dawn.
- Drowned rise from raid water, guardians patrol monuments, and Nether fortresses spawn their proper garrison.
- Riding a happy ghast at night draws phantoms.
π§ Fixes
- A rusty bunker door can be mined once you have spent a key on it.
- Nearly six hundred recipes show up in the recipe book now, and every biome reads by name.
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:zBbzclN1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:zBbzclN1"
}

