Tags
Creators
Details
0.2.0
Compatibility
Changes
🐝 Oh not the Boos!
Content:
🐝 Added the Boo animal! (More info at the end of the changelog)
✨ Added the Boo Nest and Boohive blocks!
✨ Added the Ghoul!
✨ Added the Healing Talisman!
🌸 Added the Blossom Rifle!
🔫 Added the Holy Shotgun!
✨ Added the Repair Kits (use them on an anvil)!
✨ Added Advantage Type damage (more info at the end!)
Fixes:
🔧 I lost track of them, but a lot!
Thank you so much Testers over at discord for testing the beta files!
Update info:
The new Advantage Type damage boost, increases or decreases the damage that guns deal to certain entities according to the tag the entity has (this can be overriden via datapack)!
The Boos will pollinate flowers, however, they don't have natural nests to make the pollen into ectoplasm! You can make them by either taking a Beehive or a Bee nest and 8 ectoplasm (dropped by Boos (don't kill Boos, that's cruel), Ghouls and Boo pollen farming!).
The healing talisman is a projectile with no gravity that will deal 2 Healing hearts to the entity and yourself!
Dev note:
Well, this update was REALLY though to make, so I hope you guys enjoy it and also like the direction JEG is trying to take! I am very exhausted so I will be taking a break from developing for a couple of weeks if no further fixes are required.
And as always, thank you for following the development of Yandere Simulator.
- MigaMi (AlanorMiga)
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:eWO7sTUa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n1EbSfq3:eWO7sTUa"
}

