Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 56 minutes ago
All versions
0.3.0
Release
LCMC 0.3.02 years ago 113
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Версия 0.3.0
- Добавлено: 7 новых аномалий
- Добавлено: 5 новых ЭГО оружий
- Добавлено: 5 новой ЭГО брони
- Добавлено: 6 новых структур
- Добавлено: 3 новых измерения
- Добавлено: 1 новый режим для фарма ресурсов
- Исправлено: Исправлены многие баги...
- Изменено: Новыя модель для ОГИСБД
- Изменено: Новая модель для Девочки со Спичкой
- Изменено: Новая текстyра для брони Юстиция
- Изменено: Новые текстуры некоторых предметов
Ver 0.3.0
- Added: 7 new abnormalities
- Added: 5 new EGO weapons
- Added: 5 new EGO armours
- Added: 6 new structures
- Added: 3 new dimensions
- Added: 1 new resource farming mode
- Fixed: Fixed many bugs...
- Changed: New model for Osahgd
- Modified: New model for the Girl with Matchstick
- Changed: New texture for Justicia armour
- Changed: New textures for some items
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:E2utjuir:6IhaV067"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E2utjuir:6IhaV067"
}


