Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 1 hour ago
All versions
0.3.2
Release
LCMC 0.3.2 - Buttonfix2 years ago 204
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
ru
- Добавлено: Описание к пакам, ПЕ ячейкам, помогающие разобраться в крафтах
- Добавлено: Возможность подниматься с другой стороны измерения "Л" (при приближении к чёрному бетону за дверью, вас телепортирует наверх)
- Добавлено: Описание предметов в Зачистке.
- Добавлено: Описание Билетиков извлечения
- Добавлено: Перевод описания многих предметов.
- Изменено: Кнопки в гуи Мефистотеля и осколке в зачистке.
- Изменено: Модовые эффекты теперь не лечатся от молока, так что тронутое молоко теперь не нужно. Оно было удалено.
- Изменено: Фауст и Торговец теперь будут спавниться заново если вдруг будут убиты.
- Исправлено: Кнопки в глобальном гайде для перелистывания страниц поялвяются сразу после взятия награды.
- Исправлено: Теперь торговец в "Л" измерении не спавнится в огромном количестве.
eng
- Added: Descriptions to packs, PE cells to help you understand the crafts
- Added: Ability to lift from the other side of the ‘L’ dimension (when approaching the black concrete behind the door, you will be teleported upstairs).
- Added: Description of items in the Clearing.
- Added: Description of Extraction Tickets
- Added: Translated descriptions of many items.
- Changed: Buttons in Mephistotle's gui and shard in the Clearing.
- Changed: Mod effects are now not cured by milk, so touched milk is now unnecessary. It has been removed.
- Changed: Faust and Merchant will now spawn again if killed.
- Fixed: Buttons in the global guide to turn pages appear immediately after taking a bounty.
- Fixed: Merchants in the ‘L’ dimension now do not spawn in huge numbers.
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:YMntuZKE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E2utjuir:YMntuZKE"
}

