Перейти к содержимому
Mineforgian

Nether Chest

Shared cloud storage for Minecraft.

14K загрузок50 подписчиковMITfabric

Обновлён 20 декабря 2023 г. · опубликован 16 июня 2021 г.

Logo

Nether Chest

GitHub Build Status Version Modrinth CurseForge License

I like to think of the storage blocks in Minecraft as analogues to different types of data storage we encounter in everyday life:

  • An ordinary chest is like a hard drive: it's (basically) stationary, and you can access what it stores only through direct contact.
  • A shulker box is similar to a USB flash drive: it's portable, and the things it stores can also be accessed exclusively through direct contact.
  • An ender chest, on the other hand, is just like remote personal storage: upload your belongings to the "cloud," and you'll have access to them from anywhere in the world at any time.

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

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:

  • The Wither is a pretty weak enemy, even at the maximum difficulty level. Thus, obtaining a couple of extra nether stars shouldn't be too challenging.
  • The Nether Chest is an "endgame" block. If you can afford to spend a nether star on crafting a chest, then a bit of time-saving isn't considered cheating. However, in the early stages of the game, exchanging items between players who are separated by thousands of blocks might be overpowered.

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

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.

Redstone Integration

Hoppers/Comparators actually work

Nether Chests are compatible with hoppers and comparators.

Config

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.


Installation

Requirements:

  • Minecraft >=1.16.x
  • Fabric Loader >=0.10.0
  • Fabric API >=0.25.0

You can download the mod from:

Building from sources

Requirements:

  • JDK 17

Linux/MacOS

git clone https://github.com/Kir-Antipov/nether-chest.git
cd nether-chest

chmod +x ./gradlew
./gradlew build
cd build/libs

Windows

git clone https://github.com/Kir-Antipov/nether-chest.git
cd nether-chest

gradlew build
cd build/libs

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
mc1.20-5.2Релиз1.20.3, 1.20.4fabric20 декабря 2023 г.Скачать (105 КБ)
mc1.20-5.1Релиз1.20.2fabric19 декабря 2023 г.Скачать (105 КБ)
mc1.20-5.0Релиз1.20, 1.20.1fabric19 декабря 2023 г.Скачать (105 КБ)
mc1.19-5.0Релиз1.19.4fabric19 декабря 2023 г.Скачать (107 КБ)
mc1.19-4.2Релиз1.19.4fabric17 декабря 2023 г.Скачать (97 КБ)
mc1.19-4.1Релиз1.19.3fabric17 декабря 2023 г.Скачать (98 КБ)
mc1.19-4.0Релиз1.19, 1.19.1, 1.19.2fabric9 июня 2022 г.Скачать (98 КБ)
mc1.18-4.0Релиз1.18.2fabric9 июня 2022 г.Скачать (98 КБ)
mc1.18-3.2Релиз1.18.2fabric31 мая 2022 г.Скачать (1.0 МБ)
mc1.18-3.1Релиз1.18, 1.18.1fabric13 января 2022 г.Скачать (944 КБ)
mc1.17.1-3.1Релиз1.17.1fabric13 января 2022 г.Скачать (942 КБ)
mc1.18-3.0Релиз1.18, 1.18.1fabric19 декабря 2021 г.Скачать (927 КБ)
mc1.17.x-2.0Релиз1.17fabric19 июня 2021 г.Скачать (95 КБ)
mc1.16.x-2.0Релиз1.16.4, 1.16.5fabric19 июня 2021 г.Скачать (92 КБ)
mc1.17.x-1.1Релиз1.17fabric16 июня 2021 г.Скачать (69 КБ)

Показаны последние 15 из 18 версий.

Ченджлог

mc1.20-5.2Релиз1.20.3, 1.20.4 · 20 декабря 2023 г.

Features:

  • Minecraft 1.20.3 support
mc1.20-5.1Релиз1.20.2 · 19 декабря 2023 г.

Features:

  • Minecraft 1.20.2 support
mc1.20-5.0Релиз1.20, 1.20.1 · 19 декабря 2023 г.

Features:

  • Minecraft 1.20 support

Fixes:

  • Resolved an issue where NetherChestInventory.remove(NetherChestInventoryChannel) could accidentally delete non-empty channels

Breaking Changes:

  • Changed mod ID to nether_chest from netherchest.
  • Changed Nether Chest block and item IDs to nether_chest:nether_chest from netherchest: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.json from netherchest.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
mc1.19-5.0Релиз1.19.4 · 19 декабря 2023 г.

Features:

  • Minecraft 1.19.4 support

Fixes:

  • Resolved an issue where NetherChestInventory.remove(NetherChestInventoryChannel) could accidentally delete non-empty channels

Breaking Changes:

  • Changed mod ID to nether_chest from netherchest.
  • Changed Nether Chest block and item IDs to nether_chest:nether_chest from netherchest: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.json from netherchest.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
mc1.19-4.2Релиз1.19.4 · 17 декабря 2023 г.

Features:

  • Minecraft 1.19.4 support
mc1.19-4.1Релиз1.19.3 · 17 декабря 2023 г.

Features:

  • Minecraft 1.19.3 support
mc1.19-4.0Релиз1.19, 1.19.1, 1.19.2 · 9 июня 2022 г.

Features:

  • Minecraft 1.19 support
  • Added ways to limit Nether Chest's channels (#3)
    • Implemented an ignoreNbtInMultichannelMode option. If this option is enabled, channel keys are no longer obligated to have the same NBT in order to be considered equal
    • Implemented an ignoreCountInMultichannelMode option. If this option is enabled, channel keys are no longer obligated to have the same stack size in order to be considered equal
    • Implemented a channelBlacklist option. Items whose IDs are listed in this field are banned from becoming channel keys
    • Implemented a channelWhitelist option. Only those items whose IDs are listed in this field can be treated as channel keys
  • Forbade IPN to interact with nether chests
  • Cloth Config is now optional

Breaking Changes:

  • Cloth Config is not bundled with the mod anymore. Please, install it separately if you want your existing configuration to continue working (if you have one, of course)
mc1.18-4.0Релиз1.18.2 · 9 июня 2022 г.

Features:

  • Added ways to limit Nether Chest's channels (#3)
    • Implemented an ignoreNbtInMultichannelMode option. If this option is enabled, channel keys are no longer obligated to have the same NBT in order to be considered equal
    • Implemented an ignoreCountInMultichannelMode option. If this option is enabled, channel keys are no longer obligated to have the same stack size in order to be considered equal
    • Implemented a channelBlacklist option. Items whose IDs are listed in this field are banned from becoming channel keys
    • Implemented a channelWhitelist option. Only those items whose IDs are listed in this field can be treated as channel keys
  • Forbade IPN to interact with nether chests
  • Cloth Config is now optional

Breaking Changes:

  • Cloth Config is not bundled with the mod anymore. Please, install it separately if you want your existing configuration to continue working (if you have one, of course)

Комментарии

Загружаем…