Links
Tags
Creators
Details
1.8.0
Compatibility
Changes
๐ Version 1.8.0
๐ฏ Customizable sandbox activation items and improved hotbar notifications
โจ New Features
- ๐ ๏ธ Added
/bsitemsystem to customize sandbox activation items (per player) - ๐จ Updated the design of hotbar messages for a cleaner and more modern UI
- ๐๏ธ The Brush is no longer the only activation item available
๐ฎ Gameplay
-
Configure your activation item by holding a valid item and using:
/bsitem
-
Reset your activation item to the default Brush using:
/bsitem reset
-
Enter and exit the sandbox using:
Shift + Right Clickwith your configured activation item
-
Restricted activation items:
- ๐งฑ Blocks
- ๐ฅ Spawn Eggs
- ๐ก๏ธ Shields
- ๐น Bows
- ๐ฏ Crossbows
- ๐ฑ Tridents
๐ฌ New Commands
/bsitemโ set the held item as your activation item/bsitem resetโ restore the default Brush activation item
๐จ User Interface
-
โจ Updated all Build Sandbox hotbar messages
-
๐จ Added improved colored and styled notifications for:
- Sandbox entry
- Sandbox exit
- Teleport countdown
- Teleport cancellation
- Activation item changes
- Activation item reset
๐ ๏ธ Technical Changes
- Added per-player activation item storage
- Added activation item validation system
- Improved notification formatting across the mod
A quality-of-life update focused on customization and clearer in-game feedback ๐งฑ
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:nh4EeZr7:OVPQzxWq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nh4EeZr7:OVPQzxWq"
}

