1.0.0
Compatibility
Changes
Mace Mod 1.0.0 - Первый релиз
Добавлено:
-
Булава (Mace) — оружие из Minecraft 1.21
- Крафт: 6 железных блоков + 1 палка
- Урон: 5 ед., скорость атаки: 0.6
- Сокрушающий удар: дополнительный урон при падении с высоты
-
Заряд ветра (Wind Charge) — метательный снаряд
- Крафт: 1 палка + 1 перо = 3 заряда
- Отбрасывает игроков и мобов
- Белые частицы при полёте и взрыве
- Кулдаун: 0.5 сек
-
4 новых зачарования для булавы:
- Плотность (Density) 1-5 — увеличивает урон сокрушающего удара
- Пробитие (Breach) 1-4 — снижает эффективность брони цели
- Порыв ветра (Wind Burst) 1-3 — подбрасывает игрока после удара
-
1 дополнительное
- Тор (Thor) 1 — вызывает молнию при ударе с высоты
-
Все зачарования доступны в столе зачарований
-
Полная русификация
Автор: DemixHill
Версия игры: 1.16.5 Forge
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:9hJqhS8k:e5hUqn7e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9hJqhS8k:e5hUqn7e"
}

