Tags
Creators
Details
0.12.0
Compatibility
Required content
Changes
✨ Added the Minigun!
✨ Added the Air-Strike Flare!
✨ Added the Phantom Gunner Bait!
Note: These 3 items can only be obtained after beating The Terror Phantom!
✨ Added The Terror Phantom!
Note: The Terror Phantom can only be summoned after beating The Terror Armada!
✨ Added the Phantom Gunner!
✨ Added the Terror Armada!
✨ Players are now able to hear reloading sounds from other players!
✨ Shoulder Surfing compatability thanks to NineZero!
✨ Reclaimed enchantment increases the Score points for Scorestreaks!
✨ Reclaimed enchantment increases the Echo Shard drop amount by Sculk Guns!
🔧 Entirely reworked how the animation system worked!
🔧 I promised you I fixed so many bugs I don't even remember them.
So this is the best thing I've ever coded in a Minecraft Mod and I am incredibly proud and impressed with how it turned out! I truly hope you have a lot of fun fighting the new boss!
And as always, thank you for following the development of Yandere Simulator.
- MigaMi ♡
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:n1EbSfq3:wwruZ6el"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n1EbSfq3:wwruZ6el"
}

