0.1.3
Compatibility
Changes
Simple mod with a simple config. The mod adds copper boxes to the game with the same use as shulkers. It was created mainly for [ No End ] servers or worlds where access to shulkers is impossible.

Although the mod gives you an option to limit the amount of rows the copper box has, from the original 3 to 4 or 1 row, so the mod can also be used in normal servers or worlds as a progression stone for people who dont want to venture out to the end to grab a shulker. The option is in the config file generated upon loading into the game.
To craft it you will need to venture out and find trial chambers to get an ominous trial key, to craft the item.

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

