All versions
2.6
Release
Double Doors Continued 2.62 weeks ago 29
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Русский
- Мод больше не требует установки дополнительной библиотеки
- Железные и модовые люки теперь тоже открываются парой, раньше синхронизировались только деревянные
- Исправлен баг, из-за которого пара дверей могла перестать открываться вместе после перезахода в мир
- Кнопка теперь надёжно открывает обе двери пары, а не одну из них (особенно это было заметно с железными дверьми)
- Если у кнопки было по паре дверей с двух сторон, раньше работала только одна пара - теперь обе
- Кнопки и нажимные плиты из других модов тоже работают, не только ванильные
- Добавлен перевод настроек на русский и английский
- Мод можно поставить только на сервер, игрокам ставить его у себя не обязательно
English
- No longer requires an extra library to be installed alongside it
- Iron and modded trapdoors now open together in pairs too, previously only wooden ones synced
- Fixed a bug where a door pair could stop opening together after rejoining the world
- Pressing a button now reliably opens both doors instead of just one, this was especially noticeable with iron doors
- If a button had a door pair on each side, only one pair used to sync, now both do
- Buttons and pressure plates from other mods work too, not just vanilla ones
- Added Russian and English translations for the mod's settings
- Can be installed server-side only, players don't need it on their end for it to work
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:UcuSMdeF:CA4ZFqh5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UcuSMdeF:CA4ZFqh5"
}

