1.0.0
Compatibility
Required content
Changes
--------------{%#- 1.0.0 -#%}--------------
(First part of 1.0.0 update)
Additions:
1. Clothing:
- Black Bandana
2. 3D model for needle item and projectile.
3. Knife is now throwable.
4. If player is hit(melee) with arrow, the arrow will stuck in them.
5. Fur Coats remodeled, now being fluffy( "render possibilities" (C) ).
6. Right click with arrow launches it as projectile(As of my sight, no one did that before).
7. Russian Localization.
Changes:
- Rename: Bloodloss -> Hemorrhage.
- On knife hit, hemorrhage damage, arrow damage - 2 types of blood particles was added.
- Fixes to mob with knife spawning procedure.
- Some retextures.
- Various fixes(item count, projectile properties, textures)).
- Some new entities can spawn with knife with default(configurable) chances:
- Zombie - 25%
- Skeleton - 30%
- Wither Skeleton - 15%
- Husk - 15%
- Vindicator - 30%(that'll be kinda painful)
- Pillager - 25%
- Zombified Piglin - 15%
- Piglin - 20%
- Piglin Brute - 25%
- Zombie Villager - 15%
- One secret mob - 20%(hint: lives in taiga biome).
Optional dependencies
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:9PZJ8AYG:1i63ceRW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9PZJ8AYG:1i63ceRW"
}

