Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated yesterday
All versions
0.2.2
Alpha
Void Block 0.2.25 days ago 6
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Fixes
Chest loot tables
- Loot tables set to a quantity (e.g.
10 stone picks) only gave one item. Fixed.- Affected any item with a max stack size of 1. Items exceeding their stack size are now split into new stacks.
- Also caused a stack of
200cobblestone to be placed in a single slot, capping it at 64. Fixed.
- Loot chests only spawning in the (Void block) mode Fixed.
Ages mechanic toggle
- The New Ages mechanic can now be turned off.
- With the check mark enabled, no more ages. Items and chests in other ages are inactive and do not merge.

One block, no loot
- For the pain lovers: remove all loot from the table for a true one-block-only challenge.
Other
- The End added as a one-block challenge.
- Starting dimension is now selectable.

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:XPjisxgm:R5ai3df9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XPjisxgm:R5ai3df9"
}

