1.2.0
Compatibility
Changes
SECOND BIGGEST UPDATE YET!
So now we got a new update again finally, here's the list:
- More Dead Eye sounds available via /deadeye sound Morgan/Marston/BluePanda
- Experimental greet/antagonize system for villagers
- New Dead Eye levels, now it is:
- Scout (same)
- Gunslinger (same)
- Sharpshooter - name change for legend, now only requires 300 validated hits
- Legend - New tier. 450 hits requirement, when you hit < you mark rather 3 enemies with one button hit or one with 3 x's, dpending on your quick draw setting, I'll explain it next. 450 hits requirement.
- Quickdraw. You can now hold the Dead Eye activation button for 3.5 seconds without a weapon in your hands. You then draw your gun, reload it fully automatically and mark 3 entities with one x or 1 entity with 3 x's depending on if its /deadeye qd multiple/single only if you're over level 2 though.
- You can now switch between levels in the Dead Eye UI (default keybind ctrl + tab)
The BluePanda sound is puzzled together by myself by the way.
See you next update, I'll try to keep my updates big, otherwise I won't update, cya!
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:lP3q3eVR:eDFUaReG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lP3q3eVR:eDFUaReG"
}

