Tags
Creators
Details
2.3.1
Compatibility
Changes
Empire Minecraft Utilities v2.3.1 for 1.17.1 (and 21w43a) is now released! "Fix many bugs and introduce a couple more"
(22 changed files with 179 additions and 351 deletions)
- Generally fixed compatibility with EasierChests and other chest-related mods by using a vanilla implementation of screen handlers instead of a custom one
- Fixed radar and cave mode disabling on Xaero's World Map/Minimap
- Fix general compatibility by getting rid of Overwrite mixins
Requires Fabric Loader 0.12.4 or higher - some new mixin features are used which is only available in 0.12.x. If you're using the new Minecraft Launcher on Windows, make sure to use Fabric Installer 0.9.0.
Also requires Fabric API as always. Mod Menu and VoxelMap are suggested but not required. Xaero's World Map and Minimap support is still experimental and prone to breaking.
Known issues:
- The world name detection has been temporarily removed from Xaero's integration due to a crash I can't figure out
- The placement of the player inventory when opening the vault looks very weird, especially with EasierChests. Working on a fix for this, but it might take a while.
- Residence collection (and thus cross-server teleportation and residence teleportation from minimap) may still be broken? Not too sure on this one, but Unoski reported this a while ago and I still haven't been able to figure out why it's an issue.
- I haven't been able to track down the source of Dras' issue, so that might still be a thing.
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:QYTT62S0:N44GoVG3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QYTT62S0:N44GoVG3"
}
