Tags
Creators
Details
6.5.0-RELEASE
Compatibility
Changes
A new version is here for 26.2 with LTS for 26.1! This update adds 26w14a April Fools' snapshot features, expands the Bedrock Style UI, and makes improvements to the Ender Map, such as visible in-world markers and other tweaks. It also adds other things and fixes big bugs.
Happy playing!
CHANGES IN: 6.5.0 RELEASE
- Added 26w14a (W.I.P.).
- The Exotelcraft Options, Exotelcraft Hub, Create New World, and Edit World screens now have a new look in the Bedrock Style UI.
- Made some changes to the Bedrock Style UI elements.
- Ender Map now shows players if the locator bar is enabled.
- Changed how item disabling works so it now behaves more like vanilla disabled items.
- Added the "Better April Fools'" option to Exotelcraft Options.
- "Entering Mine...", "Entering Mine in: X seconds", "No longer entering Mine", "MINE COMPLETED SUCCESSFULLY", and "MINE FAILED" in 25w14craftmine now display their text effects.
- Added the ability to add world effects for 25w14craftmine using datapacks.
- Added the ability to add mine item exchange values for 25w14craftmine using datapacks.
- Removed
exotelcraft:old_multi_noiseas it was no longer used. - All Lightning Rods now have an exchange value for 25w14craftmine.
- Added descriptions for some April Fools' game rules that were missing them.
- [26.2] Added the
exotelcraft:frost_magma_cube_immune_toblock tag. - Removed the mention of ReimaginedMenus in the LICENSE file, as its code is no longer used.
- Removed the behavior where the world creation screen automatically opened in the Bedrock-style UI when no worlds had been created.
- Removed the "Loaded UI component definition: <id>" log message.
- [26.2] Made some minor changes to the generation of Exotel Dripstone and Blue Crystal Geodes to adapt to changes in 26.2.
FIXED BUGS IN: 6.5.0 RELEASE
- [NeoForge] Fixed Exotelcraft not working on NeoForge.
- [NeoForge] Fixed a crash with Sodium.
- Fixed several mixin issues that caused certain features to not work correctly due to internal errors after updating to 26.1 (such as incorrect Exotel fog, wrong camera distance if a player is transformed into an entity, and other minor bugs).
- Fixed mipmaps on many Exotelcraft blocks, such as leaves.
- Fixed Exotelcraft keybinds not persisting after restarting the game.
- Fixed a crash with the Sophisticated Backpacks and Sophisticated Storage mods.
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:b858VmqC:EizWDHhN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b858VmqC:EizWDHhN"
}

