Tags
Creators
Details
0.5.8.1
Compatibility
Changes
Changelog
-Fix animation issues -Readded holograms -Fix Arcee animations -Removed holograms due to a bug -Added seasonal Wheeljack grenade skin -Added Shockwave -Added tank vehicle type -Stat Tweak -Visual Tweak for Vehicon Miner -Added Scraplets -Added Scraplet infested blocks -Energon Converter redo -Energon Converter animations -Added Jafjay Plush -Fix cybermatter not dropping
Список изменений
-Исправлены проблемы с анимацией -Снова добавлены голограммы -Исправлена анимация Арси -Удалены голограммы из-за ошибки -Добавлен сезонный скин для гранаты Wheeljack -Добавлена Shockwave -Добавлен тип танка -Улучшены характеристики -Визуальные изменения для Vehicon Miner -Добавлены Scraplets -Добавлены блоки, заражённые Scraplet -Переработан преобразователь Энергона -Анимации преобразователя Энергона -Добавлен плюшевый мишка Jafjay -Исправлена проблема с отсутствием падения киберматерии.
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:X5Q4LrRz:XwJ3Qyvm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X5Q4LrRz:XwJ3Qyvm"
}

