Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 days ago
All versions
26.2-1.2.0
Release
exfilcraft 1.2.0 (26.2)2 days ago 22
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v1.2.0
πͺ Residents
- New job, the Lumberjack: an axe in the job slot and a table saw with a chest beside it. The toolsmith takes a shovel only now.
- Residents now defend a Hostile home plot when equipped with a weapon.
- A resident that cannot find food, reach food or reach its work now tells you in chat and on its nameplate.
π Home Plot
- On a Hostile home, anything a monster kills comes back a few seconds later at the plot spawn point, with its gear and levels.
- Growing your plot keeps the leaves and water at the old border.
- The death screen is back everywhere except the raid maps.
π Loot and gear
- Mobs from a bunker's ominous spawner drop their gear less often.
- Ominous trial spawners in bunkers drop the Ominous Trial Key now.
- Hatchets and daggers can take Loyalty.
- Riptide is removed by default.
- Curse of Nether Gravity no longer stops you jumping up a block.
βοΈ Raids
- The archery targets in the Market and the illager fort are now Target Stands.
- Raid quest givers walk back to their map marker if they wander too far from it.
π§ Other
- Faction capes cost more to earn: 828, 6,895 and 26,707 contribution points for tiers I to III.
- A client on a different mod version is turned away at connect, naming both versions.
- Server owners can retune loot ranks from a datapack.
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:aswSfRJU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:aswSfRJU"
}

