Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 11 months ago
Updated 2 weeks ago
All versions
0.2.0
Release
Housing Toolbox 0.2.011 months ago 20
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Required content
Changes
- Added keybind shortcuts to open system menus (Open directly to main menu, functions, or events). Unbound by default.
- Added keyboard navigation to system menus.
- Search (Functions, etc): Bound to
CTRL + Fby default. - Copy: Copies actions in your current action container. Bound to
CTRL + Cby default. - Paste: Pastes actions from your clipboard into your current action container. Bound to
CTRL + Vby default. - Undo: Undoes the deletion of your last deleted action. Bound to
CTRL + Zby default - Back (to previous menu): Clicks the back arrow, main menu nether star, and Close barrier in all menus. Unbound by default.
- Next Page: Moves to the next page of a menu (like functions). Unbound by default.
- Previous Page: Moves to the previous page of a menu (like functions). Unbound by default.
- Search (Functions, etc): Bound to
- Fixed sign search auto accept not working for old menu filters (Blocks, Items, etc).
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:vUq1Qnoz:szJekQDW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vUq1Qnoz:szJekQDW"
}



