Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 56 minutes ago
All versions
0.3.3
Release
LCMC 0.3.32 years ago 675
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
ver 0.3.3 Printing Update
ru Обновление печати:
- Добавлено: 6 аномалий (Повреждённые) (подробнее в описании)
- Добавлено: Принтер (печать билетиков с использованием эссенций)
- Добавлено: Когито (Материал для печати)
- Изменено: Модель двигателя мефистотеля изменена
- Изменено: Мануал Птицы Правосудия теперь нового типа
- Изменено: Мануал Короля Жадности теперь нового типа
eng
- Added: 6 abnormalities (“Corrupted”)
- Added: Printer (printing tickets using essences)
- Added: Cogito (Printing Material)
- Modified: Mephistotle engine model changed
- Changed: Bird of Justice Manual is now a new type.
- Changed: Greed King's Manual is now a new type
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:39kbOtq9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E2utjuir:39kbOtq9"
}


