Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
1.0.0+mc1.21.11
Release
Extended Vanilla Endgame 1.0.0 [MC 1.21.11]last month 67
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.0.0 — the Upgraded Shulker Box
Added
- Upgraded Shulker Box — upgrade any shulker box (Core +1 + shulker box + iron block) into one that stores other shulker boxes (but not other upgraded boxes, so no infinite nesting). A real shulker box: animated lid, keeps its contents when broken, all 16 colours plus the default, dyeable, and washable in a water cauldron. A small gold emblem on the lid marks it apart.
- Upgraded shulker box items show their contents in the tooltip (first few items + "and N more"), like vanilla — so shulker-preview mods work on them too.
- Upgraded shulker boxes are full vanilla drop-ins: mined fastest with a pickaxe, dropped by pistons, and they always drop with their contents.
- Custom purpur Wing Smithing Template texture (white arrow).
- The Absorbing Sponge is now mined fastest with a hoe, like a vanilla sponge.
Optional dependencies
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:BK0tSKi1:34LdDDWF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BK0tSKi1:34LdDDWF"
}


