All versions
1.1.0
Release
OK Additions 1.1.02 months ago 218
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update 1.1
Changes
- Paintball Gun cooldown now depends on ammo type
- Lead: 12 -> 18 ticks
- Goo: 12 -> 11 ticks
- Blazing Hawk's flight particles have been reduced
- Target Dummy can now wear player heads and mob skulls
- Target Dummy health lowered to 40 (it's not damageable, but having 9.000.000 health bugged some mods)
- The Spotter item now warns you if you use the Offhand mode with an empty offhand
- Rebalanced some item recipes (Banana Peel, Smelling Salts, Energy Drink)
- All Tomahawks now have a slightly slower charge time
- Golden: 4 -> 5 ticks
- Wooden, Stone: 11 -> 12 ticks
- Iron, Diamond, Blazing: 8 -> 9 ticks
- Jump Pads can now impulse Minecarts and Boats
- ????????? Cebollo ????? Nether Star ????????????
- Fixed a rare server crash
- Fixed a few missing translations
Added 1 Consumable
- Angry Chip: Place on a mob to make hostile mobs hunt it
- NOTE: May not work on certain mobs, or mobs of the same "team" or type
Added 1 Effect
- Chipped: Hostile mobs hunt mobs with this effect
Other
- I made a mod that functions much better than the "Rudimentary Damage Numbers" setting from this mod, with fully customizable damage numbers and the addition of enemy health bars. Consider disabling the setting and using this instead: https://www.curseforge.com/minecraft/mc-mods/ok-health-indicators (modrinth version still under review)
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:QX55cIFW:j44kX4FN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QX55cIFW:j44kX4FN"
}

