Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 2 weeks ago
All versions
1.3.1
Release
Gnome 1.3.12 weeks ago 30
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fix a crash that would occur whenever your bobber would be within range of a player nametag
- Yes its as stupid as it sounds
v1.3.0 was removed from modrinth since the crash is far too common. Here is the changelog for that version:
Added Features
- Added a command to get information about the current spot:
/gnome spot info- This gives you a copy prompt that lets you share position, perks, and stock information
- Added a pylon boundaries feature that renders a green border that displays the radius of a pylon from its source
- In the future this may make the origin player glow or something, but not now.
Fixes
- Removed noxesium as a dependency
- This was originally here for when I was reworking stat handlers, but the stats it reports aren't correct so its not needed.
- Moved goat horn feature sounds to the Jukebox/Note blocks sound category to be consistent with their use in vanilla
- If your ears are harmed by this fix, I apologize
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:qGbAb3pm:Jm38CZIQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qGbAb3pm:Jm38CZIQ"
}



