Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
Updated 3 weeks ago
All versions
2.0.0+neoforge
Release
Compass Plus 2.0.0 [NeoForge]3 weeks ago 59
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
2.0.0
Full port to Minecraft 1.21.1, now available for Fabric and NeoForge.
- The HUD works like before: cardinal directions, the world spawn (compass), lodestone targets (lodestone compasses), and your last death position (recovery compass).
- Lodestone targets are read from the new item data components.
- The mod is properly client-side only on both loaders; installing it on a server does nothing and vanilla clients can still join.
- New: buried treasure maps and explorer maps (woodland mansion, ocean monument, trial chambers) now show their targets on the HUD.
- New client settings (config screen in the mod list; via Mod Menu on Fabric): each HUD component (cardinal directions, world spawn marker, last death marker) can be shown always or enabled by specific compass kinds (regular, lodestone-bound, recovery, or a per-component list of custom compass items from other mods), lodestone, treasure map, and explorer map markers each have an on/off toggle, and the slots searched for compasses are configurable (main hand, off hand, hotbar, inventory, equipment).
- The Fabric version requires Forge Config API Port.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| compass_plus-2.0.0+neoforge-api.jar | Unknown | 4.03 KiB |
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:xI5eonVo:9gxw9Tb5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xI5eonVo:9gxw9Tb5"
}
