All versions
1.0.0
Alpha
EchoCore 1.0.0last year 158
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
๐ง Additions
- Echocore's Crystal:
- Right-click to link with an EchoCore
- Equip to visualize the core's zone, assigned chests, and owners
- Right-click chests to assign them to the core
- Right-click players to add/remove them as co-owners
- Adjust protected zone by right-clicking the zone side, then a block
- Repair beam
- Automatic resizing of overlapping zones
- REALISTIC Mode: Rebuilding only uses blocks from assigned chests. (spawn blocks from thin air when disabled)
- Owner system implemented
- Auto-save when owners make changes
- Auto-save on zone resize
- Anti-duplication: no drops when REALISTIC mode is off; chest contents restored without duplication
- Button to discard previously saved blocks
- One-shot repair button & Button to enable perpetual repair mode
- New textures for both the echocore and crystal
- Config file:
echocore.tomlin.minecraft/config/ - In-game config menu (currently in the EchoCore block, will move to Minecraft options)
- Adjust build speed
- Adjust scan speed (affects how fast the core detects changes and builds)
๐งฐ Modifications
- Reduced data and network usage
- Improved reconstruction algorithm
- Better block/stat scanning
- Fixed stats: โneededโ and โstorageโ
- Grass and dirt are now interchangeable
- UI now updates live
- UI redesign
- Fixed column sorting in block list table
๐ Known Bugs
- Improper shutdowns (crash, forced close) may prevent detection of recently broken blocks
- Some multiblocks (beds, doors, tall plants, etc.) may still misbehave
- rails
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:IuOBV9fJ:nQE3ozvw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IuOBV9fJ:nQE3ozvw"
}

