Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.1.1
Release
Macaw's Doors 1.1.12 years ago 4,896
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- All doors now have correct properties like vanilla doors (excluding sliding doors and special doors)
- Added tooltip for metal doors to show that they need redstone power
- Sliding Glass Door & Store Door no longer requires redstone power
Translations: es_cl by Ganbare-Lucifer updated ru_ru by cutiegin
Fixed Issues:
- Suggested Lang Fixes, Bamboo Doors are not Mesh Doors, and prints are no longer called by woodtype but by doortype so Oak Door Print is now called Classic Door Print
- Wrong and Unneeded Recipes found for Macaw Doors, warped mystic door and crimson nether door
- In the en_us.json file exists an not existing Item block.mcwdoors.cherry_waffle_door
- sliding doors have incorrect sounds when opened with redstone
- Sliding door won't open without redstone power
- Fixed nullpointerexception for prints
- waffle print door missing
- add missing prints like cherry advancement
- Added sounds for doors (Garage/Sliding/Shoji)
- Removed example mixins
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:kNxa8z3e:m52BKTGA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kNxa8z3e:m52BKTGA"
}

