Tags
Creators
Details
1.3.0
Compatibility
Changes
ExcaMate 1.3.0
Compatibility
- Updated for Minecraft 26.2.
- Updated to Fabric Loader 0.19.3.
- Updated Fabric API support and tested against Fabric API 0.156.0+26.2.
- Improved compatibility with newer Fabric API versions within the Minecraft 26.2 release line.
New Feature: Auto-Replant Crops
ExcaMate can now automatically replant crops after harvesting them.
To use it, hold the seeds or crop you want to replant in your off-hand before harvesting and harvest while holding down the excavate keybind.
Supported crops:
- Wheat
- Carrots
- Potatoes
- Beetroot
- Nether wart
- Torchflowers
- Pitcher plants
Auto-replanting can be turned off in ExcaMate's settings.
New Vein-Mineable Blocks
Mining & Stone
Pickaxe:
- Sandstone and its variants
- Tuff
- Calcite
- Dripstone
- Blackstone
- Blackstone slabs, stairs and walls
- Chiseled blackstone
- Gilded blackstone
The Nether
Pickaxe:
- Netherrack
- Magma blocks
- Nether brick blocks
- Basalt
- Polished basalt
- Smooth basalt
- Bone blocks
Axe:
- Crimson stems and wood
- Warped stems and wood
- Mushroom blocks
Shovel:
- Crimson nylium
- Warped nylium
Crimson and warped wood now behave like normal overworld wood when using ExcaMate.
The End
Pickaxe:
- End stone
- End stone bricks
- Purpur blocks
- Purpur pillars
- Crying obsidian
Axe:
- Chorus plants
Chorus flowers are left to fall naturally after the supporting plant is removed.
Deep Dark
Hoe:
- Sculk
- Sculk catalysts
- Sculk sensors
- Sculk shriekers
Farming & Plants
Hoe:
- Crops
- Sugar cane
- Cactus
- Kelp
- Bamboo
- Vines
- Other supported tall plants
Sword:
- Bamboo can also be vein-mined with a sword, matching normal Minecraft tool behaviour.
Soil & Terrain
Shovel:
- Soul sand
- Soul soil
- Mud
- Snow
Behaviour Changes
- Chests, barrels, furnaces and other storage or utility blocks are no longer vein-mined by default.
- These blocks can still be added manually through ExcaMate's settings if you specifically want them included.
- Only vanilla Minecraft blocks are included by default.
- Blocks added by other mods can still be added manually through the settings.
Configuration Improvements
- Added the Auto-Replant Crops option to the in-game configuration screen.
- Added clearer text and tooltip information for the new setting.
- Added internal configuration versioning to make future config migrations safer.
- Removed an old migration rule that could potentially overwrite a user's deliberately chosen block-limit settings.
- Existing Deepstash configuration migration support has been preserved.
Mod Compatibility Improvements
- Mod Menu is now fully optional.
- Cloth Config is now fully optional.
- ExcaMate can run on dedicated servers without either Mod Menu or Cloth Config installed.
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:HtZJrAVB:tqLJR6RQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HtZJrAVB:tqLJR6RQ"
}

