!Logo
I like to think of the storage blocks in Minecraft as analogues to different types of data storage we encounter in everyday life:
Don't you think something's missing? There's personal cloud storage, but there's no shared one that could act as a kind of file sharing service. And isn't it strange that we have an overworld chest, an ender chest, but no nether chest? Well, behold!
!After all these years, finally, I have them all
This mod adds a single block to the game - the Nether Chest. It functions almost the same way as an ender chest, except it has a shared inventory for all players on a server.
!Crafting recipe: 8 nether bricks + 1 nether star
This crafting recipe may seem a bit expensive, but from a balancing perspective, everything is more than justified:
NOTE: Nether Chests should be handled with Silk Touch if you don't want to lose your nether stars. :)
If you play on Peaceful (or just aren't up for battling the Wither), you can use this datapack (which replaces the nether star with an eye of ender in the crafting recipe). Please refer to this article if you are unfamiliar with the process of installing a datapack.
!Multichannel Mode
When multichannel mode is enabled, each Nether Chest gains an extra slot that can be used to lock the chest to a specific channel with its own unique inventory.
!Hoppers/Comparators actually work
Nether Chests are compatible with hoppers and comparators.
If you have Cloth Config installed, you can customize the behavior of the mod. A config is usually located at ./config/nether_chest.json and by default looks like this:
{
"allowHoppers": true,
"allowInsertion": true,
"allowExtraction": true,
"enableMultichannelMode": true,
"ignoreNbtInMultichannelMode": false,
"ignoreCountInMultichannelMode": false,
"channelBlacklist": [],
"channelWhitelist": []
}
| Name | Description | Default value |
|---|---|---|
allowHoppers | When enabled, hoppers will be able to access the Nether Chest's inventory | true |
allowInsertion | When enabled, hoppers will be able to insert items into the Nether Chest's inventory | true |
allowExtraction | When enabled, hoppers will be able to extract items from the Nether Chest's inventory | true |
enableMultichannelMode | When enabled, Nether Chests can be locked to a specific channel | true |
ignoreNbtInMultichannelMode | When enabled, channel keys no longer need to have identical NBT data to be considered equal | false |
ignoreCountInMultichannelMode | When enabled, channel keys no longer need to have the same stack size to be considered equal | false |
channelBlacklist | Items whose IDs are listed in this field are banned from being used as channel keys | [] |
channelWhitelist | Only items whose IDs are listed in this field can be used as channel keys | [] |
You can edit any of these values directly in the config file or via ModMenu.
Requirements:
>=1.16.x>=0.10.0>=0.25.0You can download the mod from:
Requirements:
17git clone https://github.com/Kir-Antipov/nether-chest.git
cd nether-chest
chmod +x ./gradlew
./gradlew build
cd build/libs
git clone https://github.com/Kir-Antipov/nether-chest.git
cd nether-chest
gradlew build
cd build/libs