Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last month
Updated 2 months ago
All versions
1.0.0
Release
EasyDrawers 1.0.02 months ago 175
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
EasyDrawers v1.0.0 — Initial Release
Features
- 11 wood variants: oak, spruce, birch, jungle, acacia, dark_oak, mangrove, cherry, pale_oak, crimson, warped
- Unlimited storage: stores one item/block type per drawer with no count limit
- Smart interaction: right-click inserts/removes 1 item; shift+right-click inserts/removes a full stack (up to maxStackSize)
- Durability filter: items with durability (tools, armor, weapons) are rejected — only blocks, potions, and other non-durability items accepted
- Face display: stored item texture + count rendered on the front face of the drawer
- Comparator output: signal strength 0–15 proportional to fill level (count ÷ 64)
- Item preservation: breaking the drawer drops it with stored items intact (non-creative mode)
- Crafting recipe: 8 planks + 1 barrel of matching wood type
- Custom creative tab: all drawers grouped under an
EasyDrawerstab - Claims mod compatible: works with Open Parties & Claims and similar protection mods
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:SLSgNJYP:sALvFZHU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SLSgNJYP:sALvFZHU"
}

