All versions
1.1.0
Release
Gnomes! 1.1.06 months ago 1,321
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
What's New:
- š© Super-charged gnomes.
- Gnomes will sometimes throw snowballs.
- If a gnome is disguised as a specific mob on death, they will drop that mob's spawn egg. Otherwise it's random.
Bug Fixes:
- Gnomes will reveal themselves when attempting to right-click interact with a disguised mob.
Gnome milk is forbidden. - Fixed ambient HOO playing twice on summon on occasion.
- Fixed rendering issue with colored hats where it was rendering the color too late.
- Fixed an animation bug when the gnome is hit while it's attempting to punch the player, causing it to slide around in the idle animation.
- Some minor improvements to reveal logic.
- Minor fixes to the supplementaries jar/cage interaction.
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:8F9q8ekS:zOeEnAKx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8F9q8ekS:zOeEnAKx"
}

