Tags
Creators
Details
Licensed ARR
Published last month
Updated 4 days ago
All versions
26.2-0.93.0
Beta
exfilcraft 0.93.0 (26.2)6 days ago 23
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.93.0
π Loot
- Armour, weapons and tools come in whole material sets at every loot rank. Every rank can produce all four armour pieces.
- The ranks are leather and copper, then copper and iron, then iron and diamond, then diamond.
- Every container has a 10% chance to roll one rank higher, and can climb again from there, so any container can produce any material.
- The mace is no longer in any loot table.
π Bunkers
- Ominous trial spawners in bunkers now spawn armed mobs and eject the Ominous Trial Key. Before this they only changed the flames.
- Half of a tier 2 bunker's spawners and vaults are ominous. All of a tier 3 bunker's are.
- Mobs from an ominous spawner are equipped from the mod's loot ranks at the bunker's tier, and everything they carry drops at an 85% chance.
ποΈ Raid world
- Bunkers and large landmarks finish building before you reach them.
- Floating islands no longer delay other structures while they build.
π§ Fixes
- The Plot Trader and plot residents move around the plot between jobs again.
- A structure still building when you quit is no longer lost for the rest of the window.
- X Marks the Spot advancement is only awarded for digging up buried treasure.
- The Catacombs cache no longer contains a Deep Dark Key.
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:ztKOgKT6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:ztKOgKT6"
}

