
MovingItems
MovingItems is a creative mod featuring three unique blocks: the whimsical Box with playful packaging info, the minimalist Clean Box, and the versatile Box Slab. These blocks add both character and functionality to your builds, allowing for endless design
1.0.0
Compatibility
Changes
Introducing MovingItems, a creative mod designed to elevate your building experience with three unique blocks that add a touch of organization and style to your Minecraft world!
Block Overview: The Box This charming block comes adorned with whimsical packaging info, complete with faux labels and playful graphics. Perfect for adding character to your builds, the Box is not just a storage solution; it’s a conversation starter! Use it to create vibrant markets, bustling warehouses, or even cozy attics filled with “mysterious” goods.
The Clean Box If you prefer a minimalist aesthetic, the Clean Box is your go-to option. Featuring a sleek, unmarked design, this block seamlessly blends into any environment. Ideal for modern builds or subtle storage solutions, the Clean Box allows you to maintain a tidy look while still being functional. Stack them or use them as standalone pieces—endless possibilities await!
The Box Slab For those who love versatility, the Box Slab is the perfect addition to your building toolkit. Similar to the Clean Box but in a convenient slab form, this block opens up new design options for flooring, countertops, or decorative features. Create stunning layered structures and add depth to your builds with this stylish slab!
Build with Purpose With MovingItems, you can mix and match these blocks to construct imaginative spaces that tell a story. Whether you’re crafting a quaint village or a bustling city, these blocks offer both function and flair. Transform your world and showcase your creativity like never before!
Get ready to pack your imagination with MovingItems! (Description Made With ChatGPT-4o)
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:m1zWmJWM:As3YvSkB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m1zWmJWM:As3YvSkB"
}
