Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
All versions
v4.0.6-1.19.2-Forge
Release
[FORGE] [1.19.2] NetherChested-v4.0.62 years ago 4,049
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.0.6-1.19.2] - 2024-09-03
Changed
- Adjust nether chest recipe to no longer require a nether star, but netherite scrap instead
[v4.0.5-1.19.2] - 2024-09-03
Fixed
- Fix stack overflow error after closing a limitless container while the cursor is carrying a stack that has nowhere to go
[v4.0.4-1.19.2] - 2023-05-16
Fixed
- Updated nether chest texture to texture format used since Minecraft 1.15, thanks to Jusey1z for helping out!
[v4.0.3-1.19.2] - 2023-05-15
Fixed
- Fixed hoppers and droppers not interacting correctly with the increased stack size in nether chests
- Fixed a crash caused by Fabric Api assuming a block state present on chests to be available for the nether chest as well
[v4.0.2-1.19.2] - 2023-05-14
Changed
- Renamed to Nether Chested to be able to work alongside an existing mod named Nether Chest
- Changed chest particles to be more nether-like
[v4.0.1-1.19.2] - 2023-05-08
Fixed
- Fixed item texture showing a vanilla chest on Fabric with the Enhanced Block Entities mod installed
[v4.0.0-1.19.2] - 2022-08-25
- Initial release
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:bHJp2GRg:vpkeaYKc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bHJp2GRg:vpkeaYKc"
}


