Links
Tags
Creators
Details
26.2-1.0
Compatibility
Changes
🌟 Massive Security & Decoration Update! [v1.0]
Welcome to the biggest update for Useful Interactive yet! We have completely overhauled your home security, introduced advanced redstone trap mechanics, smartened up Villager AI, and dropped a massive wave of themed decorations to elevate your builds.
🔒 Heavy-Duty Security & Anti-Grief System
Your home is now an impenetrable fortress. Locked doors features a state-of-the-art self-defense logic:
- Recoil Damage: Any intruder or griefer attempting to punch or break a locked door will immediately suffer 6.0 units of recoil damage (3 hearts).
- Tool Durability Shatter: Trying to force open a locked door inflicts a devastating 3300 durability penalty to the held item! Tools below Diamond/Netherite tier will instantly snap in half.
- Mining Tier Restrictions: Locked doors are now so reinforced that it is physically impossible to break them with low-tier equipment. Only Diamond and Netherite tools can chip away at them.
- Region Protection: Integrated action-bar feedback alerts players whenever they try to modify blocks or build within a door-secured house layout.
⚡ Advanced Redstone Interactions
- Chest Alarm System: Attempting to open or attack a locked
BoxBlockwithout the correct key instantly triggers a maximum strength redstone signal (15) for 1.5 seconds. Hook it up to dispensers, sirens, or pitfall traps! - Redstone-Insulated Doors: Locked doors now completely ignore vanilla redstone lines, buttons, plates, or levers. No one can bypass your lock using redstone cheese from the outside anymore.
🧠 Enhanced Villager Brains
- Villagers now natively support
useful_interactivetags. They can casually wander around and open custom interactive doors, but their AI strictly respects your privacy—they will never pass through key-locked doors.
🪟 Huge Decoration Expansion (Recipes & Loot Included)
Tons of new functional blocks are available in 5 atmospheric themes: Classic, Dark Oak, Spider (cobwebbed), Vampire (crimson), and Night/Space.
- Cabinets (6 types): Deep storage furniture wrapped around a vanilla barrel core.
- Chests (3 types): Themed secure containers for your valuable items.
- Trash Cans (3 types): Cauldron-based disposal units to clean up your inventory clutter.
- Decor Windows (4 types): High-glass crafting recipes. Includes clear and light-blocking tinted spider-webbed variants!
- Wall Clocks (10 types): From vintage and desert themes to space amethyst and glowing Day Wall Clocks. Engineered around redstone mechanics.
🛠 All content features comprehensive English and Russian localization (strict I18n standards). Recipe costs are perfectly balanced for immersive vanilla survival gameplay!
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:InPh4czF:seVsYjnf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:InPh4czF:seVsYjnf"
}

