Tags
Creators
Details
All versions
6.6.0
Release
Exotelcraft-6.6.0-for-MC-26.22 weeks ago 127
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Quilt
Supported environments
Client and server
Changes
A new version is here with an updated numbering system and new experimental features for Exotelcraft 7.0.0!
Happy exploring!
CHANGES IN: 6.6.0
- Slightly updated the version numbering system. For example,
6.6.0-RELEASEis now simply6.6.0. - Added an experimental toggle for the 7.0.0 update. Currently, blogre and flonre trees have been updated, and the Flonre Rose Bush has been added.
- Removed the
LICENSE_ReimaginedMenusfile from the .jar, as it was unused. - Backported
minecraft:poplar_foliage_placerfrom 26.3. - Removed unused
exotelcraft:exotel_noisenoise settings. - Added the missing Trident recipe to 24w14potato and disabled Dent if 24w14potato isn't enabled.
FIXED BUGS IN: 6.6.0
- Fixed an issue where the Bedrock Style UI Create New World screen did not work when there were no existing worlds.
- Fixed an issue when using 25w14craftmine where biomes generated from world effects didn't work properly, often resulting in missing mine exits and things from world effects. (This was especially common in 26.2.)
- [26.2] Fixed some mine ingredients not unlocking in 25w14craftmine.
- [26.2] Fixed the fire on hands effect not rendering for the "You Are the Campfire" player unlock in 25w14craftmine.
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:8oLnktXm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b858VmqC:8oLnktXm"
}

