Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 hours ago
All versions
0.4.5
Alpha
League-Way : Werewolf - BR/UHC Upgrade 0.4.52 months ago 81
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
⚔️ League-Way — Version 0.4.5 | Werewolf & Pokévent Update
Significant gameplay, audio, and management upgrades for both main game modes.
🐺 Werewolf — Immersive Sounds & Atmosphere
- Narration & Atmosphere — Complete French day narration audio tracks added and registered
- Vanilla Audio Mapping — 14 new action-based werewolf sounds mapped directly to vanilla events
- Nocturnal Silence — Improved Blind Mode voice-chat isolation during night phases
💥 Pokévent — Arena Combat & Controls
- PvP Death Drops — Active item drop-on-death mechanics fully integrated inside the arena
- Ender Chest Restrictions — Opening Ender Chests is strictly forbidden and blocked for all alive participants during the game
- Anti-Cheat Polish — Improvements and corrections to the anti-cheat system
🛠️ General Improvements
- Network & Stability — Network improvements, optimizations, and general bug fixes
⚔️ League-Way — Version 0.4.5 | Mise à jour Werewolf & Pokévent
Améliorations majeures du gameplay, du confort audio et de la gestion administrative pour les deux modes de jeu principaux.
🐺 Werewolf — Immersion Sonore & Ambiance
- Narration de Journée — Ajout et enregistrement des voix de narration françaises pour toutes les phases de jour
- Mappage Audio — 14 sons Werewolf additionnels (mort, amour, infection...) directement intégrés via des événements Vanilla
- Silence Nocturne — Isolation vocale optimisée en Blind Mode pour les phases de nuit
💥 Pokévent — Combat d'Arène & Contrôles
- PvP Death Drops — Gestion complète du drop d'inventaire à la mort en plein combat d'arène
- Blocage des Ender Chests — L'ouverture des Ender Chests est strictement interdite et bloquée pour tous les joueurs inscrits et encore en vie durant la partie
- Ajustements Anti-Cheat — Améliorations et corrections de certains points de l'anti-cheat
🛠️ Améliorations Générales
- Réseau & Stabilité — Améliorations réseaux, optimisations et corrections de bug pour le général
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:4yH4VILK:mhWfHFku"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4yH4VILK:mhWfHFku"
}

