Links
Tags
Creators
Details
2.2.0
Compatibility
Changes
🚀 Обновление RPGSouls v2.2.0: NeoForge и Экономика Бездны!
Глобальное техническое обновление и запуск механик Алтаря.
🇷🇺 Русская версия (RU)
⚙️ Переезд на NeoForge 1.21+ Мод полностью перенесен на современный и стабильный движок NeoForge. Это открывает нам двери для реализации самых сложных лейтгейм-механик в будущем!
🏛️ Алтарь Душ теперь полностью работает!
- Банк Душ: Сохраняйте свои накопления перед тяжелой битвой. Полностью рабочий интерфейс (GUI) для пополнения и снятия душ. Больше смерть не означает потерю всего!
- Пассивный доход (Инвестиции): Накопили 100 душ? Купите улучшение для Алтаря прямо в меню, и он начнет пассивно генерировать +10% от вложенных душ каждые игровые сутки! (Интерфейс динамический: после покупки кнопка навсегда скрывается).
- Крафт Алтаря: Добавлен рецепт! (Скалк-катализатор в центре, плачущий обсидиан сверху/снизу, песок душ по бокам).
🛠️ Технические улучшения и Фиксы:
- 100% Локализация: Удален весь вшитый текст из кода. Мод теперь идеально автоматически переключается между RU и EN языками в зависимости от настроек вашего клиента.
- Исправлены критические краши при компиляции брони на новых версиях игры (удалены старые фантомные модели свечения).
- Добавлены всплывающие подсказки (Tooltips) в меню Алтаря.
🚀 RPGSouls v2.2.0 Update: NeoForge & Abyss Economy!
Massive technical overhaul and Altar mechanics launch.
🇬🇧 English version (EN)
⚙️ Ported to NeoForge 1.21+ The mod has been completely migrated to the modern and stable NeoForge engine. This provides maximum stability and opens the door for complex late-game mechanics in the future!
🏛️ The Soul Altar is fully functional!
- Soul Bank: Secure your savings before a tough battle. Fully working GUI to Deposit and Withdraw souls. Death no longer means losing everything!
- Passive Income (Investments): Saved up 100 souls? Purchase the Altar upgrade right in the menu, and it will passively generate +10% of your stored souls every in-game day! (Dynamic UI: the purchase button hides permanently once activated).
- Altar Crafting Recipe: Added the recipe! (Sculk Catalyst in the center, Crying Obsidian on top/bottom, Soul Sand on the sides/corners).
🛠️ Technical Tweaks & Fixes:
- 100% Localization: Removed all hardcoded text from the backend. The mod now flawlessly adapts to both EN and RU languages based on your client settings.
- Fixed critical rendering crashes related to old glowing armor models on newer game versions.
- Added native hover Tooltips in the Altar GUI.
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:muWXMSiz:J0izDiQM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:muWXMSiz:J0izDiQM"
}

