Tags
Creators
Details
All versions
5.1.1
Release
Redstone Additions 5.1.14 months ago 24
Compatibility
Minecraft: Java Edition
26.1–26.1.1
1.21.9–1.21.11
Platform
Data Pack
Changes
v5.1.1 (2026-04-07)
Added
- New
ra_storagenamespace with Boxer/Unboxer runtime, recipes, and storage-box workflows. - Added
ra:items/bundles/give_storage_bundlefor direct storage bundle handout.
Changed
- Core load/tick now initialize and dispatch
ra_storage. - Placement handler registry now includes Boxer and Unboxer.
- Creative Data Handler now identifies Boxer and Unboxer markers by name.
- Goggles module
draw_displayswrappers were removed; dispatch is now centralized inra:tools/goggles/scan_blocksandra:tools/goggles/scan_multiblocks. - Sensor goggles wrapper files were inlined into the core scanner flow.
ra:give_all_itemsnow gives categorized namespace bundles directly instead of loose item spam.- Added
ra:items/bundles/give_allas the direct bundle-kit entrypoint. - Each gameplay namespace now has a prefilled bundle for faster test access.
- Goggles overlays are now block-defined: billboards render only when blocks explicitly opt in via
show_name/show_status.
Fixed
- Restored backward-compatible goggles name rendering when callers only provide
billboard.name. - Removed UTF-8 BOM from refactored tick functions to prevent line-1 parse failures on reload.
Docs
- Updated Home and Developer Guide command notes for storage namespace/bundle coverage.
- Updated architecture docs for centralized goggles scanner dispatch and compatibility behavior.
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:52z5jQjy:2zh6fQqv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:52z5jQjy:2zh6fQqv"
}

