Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 days ago
All versions
26.2-0.83.0
Beta
exfilcraft 0.83.0 (26.2)last week 12
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
ExfilCraft v0.83.0
π The End, rebuilt
- 21 biomes from the Better End: New Dawn mod replace the one grey expanse, on a map now 4000 blocks wide, each with the landform it is named for: spires, arches, lumecorn, sulphur pools, painted hills.
- Ten kinds of End wood with saplings and signs, 26 plants, 22 new ground blocks.
- New life: the Shadow Walker, End Slimes, End Fish, Cubozoa, Endermites and the Creender.
- End Cities are rebuilt and held by shulkers, villages are built of End materials, and one extraction portal stands at the centre for the whole raid.
π The Ender Dragon
- It fights harder as you wear it down and has new attack logic making it a real fight.
ποΈ Residents come to raids
- Take one with you. It fights with the weapon you hand it.
- Clerics can throw splash potions at whoever needs them.
βοΈ Auction House
- Once you are a faction member you gain access to the Auction House. Buy, sell, or trade your found gear.
- Ask for emeralds, an item, or both, down to enchantments and a trait.
π² Minis
- Tiny harmless companions that follow you and come into raids: the Baby Dragon, Mini Ender Dragon, Mini Wither, Mini Warden and Mini Guardian. Bought once and yours for good.
π§ Fixes
- Residents can now climb ladders.
- Daggers are bundles of 16 blades that take enchantments and traits.
- Shields last far longer, gold armour sits below copper, and nothing wooden can hold an enchantment.
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:HpryCPny"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:969qON2e:HpryCPny"
}

