Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 years ago
All versions
mc1.20-5.0
Release
mc1.20-5.03 years ago 4,343
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Features:
- Minecraft
1.20support
Fixes:
- Resolved an issue where
NetherChestInventory.remove(NetherChestInventoryChannel)could accidentally delete non-empty channels
Breaking Changes:
- Changed mod ID to
nether_chestfromnetherchest. - Changed Nether Chest block and item IDs to
nether_chest:nether_chestfromnetherchest:nether_chest(to be quite frankly honest with you, this is how it should have been from the very start) - Renamed the config file to
nether_chest.jsonfromnetherchest.json. Please, rename the old config to retain your settings - Redstone integration is now enabled by default
- Dropped support for NBT format from v2.x of this mod. If you are still using Nether Chest v2.x, please upgrade first to one of [v3.1, v4.2] to ensure that you won't lose any data
- Numerous internal changes. If anybody was relying on the internals of this mod, I'm sorry in advance
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| nether-chest-mc1.20-5.0-sources.jar | Unknown | 75.33 KiB |
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:okOUGirG:zzztVW2K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:okOUGirG:zzztVW2K"
}

