Tags
Creators
Details
0.5.3
Compatibility
Changes
✨ Animations are here! ✨
⚠ KEEP IN MIND! ⚠
This is a early version of the new animation system I have been working on for the past 3 weeks! Be prepared to face bugs and dragons too!
🔧 Fixed server errors (fingers crossed)!
Fully animated 3 guns:
✨ Combat Rifle
✨ Pump Shotgun
✨ Assault Rifle
New inspect-gun key! ✨ Press Y while in-game to inspect your amazing and beautiful gun!
Notes: I spent 3 entire weeks day/night working on a new entire Rendering System for the animated guns. But I think it's finished enough to post a "beta" of the new system. I never new animating guns would be so fun and I really hope you like them!
And as always, thank you for following; the development of Yandere Simulator.
- MigaMi (Alan)
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:pRUagJjN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n1EbSfq3:pRUagJjN"
}

