1.3
Compatibility
Changes
🇬🇧 English version
Kordex 1.3 - Dialogues, Sieges & Metallurgy
Major update featuring a massive expansion of ores and metals, an interactive NPC dialogue system, base siege raids, a full lineup of dolabras, and lots of backend fixes.
🪨 New Ores & Metals
- Aluminum -
aluminum_ore - Zinc -
zinc_ore - Lead -
lead_ore - Nickel -
nickel_ore - Chromium -
chromium_ore - Silver -
silver_ore - Platinum -
platinum_ore - Cobalt -
cobalt_ore - Titanium -
titanium_ore - Tungsten -
tungsten_ore - Osmium -
osmium_ore
All ores also have deepslate variants.
💬 Interactive Dialogue System & NPC
- Dialogue UI: Clean, dark dialogue interface with typewriter text animation and animated 3D head portraits.
- Branching Choices & Trading: Interactive dialogue options with multiple branching paths and a dedicated trading menu.
⚔️ Base Sieges & Dynamic Hordes
- Base Attacks: Every 8-18 days (randomized intervals, no rigid clocks), zombie hordes or illager raids will march toward your base.
- Breaching AI: 160-block tracking range. If you barricade yourself behind walls or doors, mobs will break through them.
- Horde Leaders: Spawns with day-scaled armor and drops valuable loot (diamonds, metals, enchanted books, organs). Day progression prevents high-tier gear from dropping early.
⛏️ 10 Dolabras & Metallurgy
- Dolabras: Complete all-in-one combat tool line (Wood to Netherite, Cobalt, Titanium, Tungsten, Osmium) for mining, chopping, tilling, and melee.
- Equipment Sets: Full armor and tool sets for Cobalt, Titanium, Tungsten, and Osmium.
🧤 18 3D Gloves
- 18 3D gloves with unique passive traits.
🇷🇺 Русский вариант
Kordex 1.3 - Диалоги, Осады и Металлургия
Большое обновление. Добавлена куча новых руд и металлов, интерактивные диалоговые окна с NPC, механика штурма баз ордами мобов, полная линейка долабр и исправлена куча мелких косяков.
🪨 Новые Руды и Металлы
- Алюминий (Aluminum) -
aluminum_ore - Цинк (Zinc) -
zinc_ore - Свинец (Lead) -
lead_ore - Никель (Nickel) -
nickel_ore - Хром (Chromium) -
chromium_ore - Серебро (Silver) -
silver_ore - Платина (Platinum) -
platinum_ore - Кобальт (Cobalt) -
cobalt_ore - Титан (Titanium) -
titanium_ore - Вольфрам (Tungsten) -
tungsten_ore - Осмий (Osmium) -
osmium_ore
Каждая руда также имеет вариант в глубинном сланце (deepslate).
💬 Интерактивные Диалоги и NPC
- Диалоговый интерфейс: Полноценное окно разговора в темном стиле с плавным эффектом печати текста и анимированным портретом говорящего.
- Выбор ответов и Торговля: Ветки диалога с выбором реплик и отдельным экраном торговли (Рынок разработчика).
⚔️ Осады Баз и Орды Зомби
- Атаки на базу: Каждые 8-18 дней (рандомный интервал, без таймеров по часам) к вашей базе будут приходить орды зомби или рейды разбойников.
- Разрушение стен: Мобы выслеживают игрока на расстоянии до 160 блоков. Если запереться дома - они начнут выбивать двери и проламывать блоки.
- Предводитель и дроп: У каждой орды есть лидер в хорошей броне. С него падают алмазы, редкие слитки, зачарованные книги и органы. Чем больше дней прожито в мире - тем сильнее враги и ценнее награда.
⛏️ 10 Долабр и Металлургия
- Долабры: Универсальный инструмент на все случаи жизни (Дерево, Камень, Железо, Золото, Алмаз, Незерит, Медь, Кобальт, Титан, Вольфрам, Осмий). Копает камень и руду, рубит деревья, вспахивает грядки и наносит солидный урон.
- Сеты снаряжения: Полные сеты брони и инструментов для Кобальта, Титана, Вольфрама и Осмия.
🧤 18 Перчаток
- Все 18 перчаток получили 3D-модели и уникальные пассивки (ускорение поедания еды, защита от стрел, бронебойный урон, анти-отбрасывание и т.д.).
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:kjd419wj:5lW9jEHu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kjd419wj:5lW9jEHu"
}

