Tags
Creators
Details
Licensed ARR
Published last month
Updated 4 days ago
All versions
26.2-0.94.0
Beta
exfilcraft 0.94.0 (26.2)4 days ago 32
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.94.0
πΊοΈ What the Map Remembers
- A nine part story for the Market cartographer. She starts short on paper and ink, and ends in the Deep Dark.
π The End
- End Fish, Cubozoa, Creenders and End Slimes had never once spawned out there. They do now.
- Obsidian pillars stand across the whole dimension, and half hold a crystal on the cap instead of a chest.
- Gateways no longer drop you inside a tree, on a slope, or into the void.
βοΈ Faction seasons foundation
- A season is a calendar month. Every faction's score and the contributions board reset on the 1st.
- One objective the whole faction works on: 1000 of every collectible. Finish it and every member claims emeralds, bottles and the faction's gold trimmed Bounty Cape.
- Collectibles drop for everyone now, never expire, and survive a faction switch.
πΉ Arrows and bolts
- Reinforced Arrows hit 10% harder and load into anything. Bolts hit 25% harder and only a crossbow takes one.
- Every archer carries its own ammunition, and drops what it shot at you.
π³οΈ Bunkers, caves and the Market
- Killing a bunker's boss opens the wall behind him into a sealed room holding one crystal. Breaking that takes the bunker.
- Two Regions Unexplored cave biomes, the Bioshroom Caves and the Prismachasm. Both need a fresh world.
- The Market is real country by default, with its own biomes, weather and an offshore Outpost. Classic Market Platform brings the old one back.
π§ Fixes
- Nothing generates through the raid border any more.
- The Catacombs builds into solid rock and its stairway always reaches open sky.
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:qyQ1Il2O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:qyQ1Il2O"
}

