All versions
0.1.3
Release
The Block Box 0.1.3 - 26.1+2 months ago 223
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
0.1.3
Additions
- (26.1+) New blocks: Pale Oak Palisade and Pale Oak Seat;
- New block/item tag pairs:
copper_bars;sky_lanterns;
Updates
- Block Box now tags relevant blocks with Sable weight tags:
super_light: Spiked Palisades, Bars and Sky Lanterns;light: Palisades and Seats;slippery: All blocks in the Packed Ice block set;- Sky Lanterns were given
floating_materialsattributes:- When assembled, they will float and drift on their own, but are unable to lift anything else but themselves;
- This is done to not break Aeronautics progression, and because they would be too light to lift anything anyway;
- To allow Sky Lanterns to be hand-pushable under Sable physics, they were given a small amount of mining resistance, no longer being instaminable;
- Updated Lapis Lazuli Bricks texture, to alleviate a vertical seam when tiled with itself;
- Updated Stripped Palisade textures across the board, to make the edges of each timber more defined;
Fixes
- (26.1+) Fixed Spiked Palisades dealing no damage to entities moving on their spikes;
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:UmGvBQOb:bbRrdEN7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UmGvBQOb:bbRrdEN7"
}

