
Hyperbox
Adds a box that's bigger on the inside than it is on the outside
Обновлён 6 марта 2024 г. · опубликован 22 июля 2023 г.
The Hyperbox block acts as a portal to another dimension. Each hyperbox has its own dimension stored within; should the block be mined and placed somewhere else, the dimension will remain linked to that block.

Activating the block sends the player inside this dimension; within the block's dimension are apertures on the walls, which can be activated to return to the overworld.

The apertures transmit redstone power and forge capabilities (such as items being inserted or extracted from hoppers) between the inside and the outside faces of the box, allowing large machines to be constructed in tiny spaces.

The hyperbox is intended to be compatible with anything from other mods that uses standard redstone power or forge's capability system.

Technical details:
The hyperbox world's chunk is a single chunk at chunk position 0,0. The size of the space useable by the player is 13x13x13, excluding the walls.
World borders are not currently supported, as worldborders currently occupy the same size and positions in all dimensions simultaneously. Creating a world border far from the 0,0 chunk may make hyperboxes unuseable until the world border is removed.
The single chunk within the hyperbox dimension will remain loaded while the chunk containing the hyperbox block is loaded. This can be disabled via the common config.
Hyperbox worlds will be unloaded and stop ticking if their parent block is removed; the world will be loaded again when the block is placed again.
To reduce the file size of hyperbox worlds, only the single primary chunk of hyperbox worlds is saved to disk.
The default recipes are viewable in the "Images" link at the top of this page.
If a copy of an existing hyperbox is made (such as by using the creative mode ctrl-pickblock to copy block entity data into a blockitem), using this hyperbox blockitem will move the original hyperbox to the new location rather than place a new one; this prevents two hyperbox blocks from being linked to the same dimension.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 5.0.1.0 | Релиз | 1.20.4 | neoforge | 6 марта 2024 г. | .jar (257 КБ) |
| 4.0.2.0 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge, neoforge | 6 марта 2024 г. | .jar (260 КБ) |
| 5.0.0.0 | Релиз | 1.20.4 | neoforge | 3 марта 2024 г. | .jar (257 КБ) |
| 4.0.1.0 | Релиз | 1.20.1 | forge, neoforge | 15 ноября 2023 г. | .jar (261 КБ) |
| 4.0.0.1 | Релиз | 1.20.1 | forge, neoforge | 4 октября 2023 г. | .jar (261 КБ) |
| 4.0.0.0 | Релиз | 1.20.1 | forge, neoforge | 22 июля 2023 г. | .jar (260 КБ) |
Ченджлог
5.0.1.0Релиз1.20.4 · 6 марта 2024 г.
5.0.1.0
- Updated how new hyperbox dimension ids are generated. They are now always have the id hyperbox:player-uuid/name, where player-uuid is the uuid of the player that created the dimension, and name is the display name of the hyperbox using only valid characters (lowercase a-z, underscores, and numbers), converting uppercase A-Z to lowercase and spaces to underscores. If the display name has no valid characters, a random uuid will be used instead.
- This is a netcode update; clients will have to update in order to play on updated servers.
5.0.0.0
- Updated to neoforge / MC-1.20.4
- Hyperbox interiors now generate a special block for the walls instead of bedrock (properties of this block are identical to bedrock)
4.0.1.0
- Fixed Mood sounds not working inside hyperboxes (requires both server and client to update hyperbox)
4.0.0.1
- Fixed hyperbox dimensions sometimes not saving when breaking the box
- Fixed withers being able to destroy apertures inside hyperboxes
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
4.0.2.0Релиз1.20.2, 1.20.3, 1.20.4 · 6 марта 2024 г.
4.0.2.0
- Updated how new hyperbox dimension ids are generated. They are now always have the id hyperbox:player-uuid/name, where player-uuid is the uuid of the player that created the dimension, and name is the display name of the hyperbox using only valid characters (lowercase a-z, underscores, and numbers), converting uppercase A-Z to lowercase and spaces to underscores. If the display name has no valid characters, a random uuid will be used instead.
- This is a netcode update; clients will have to update in order to play on updated servers.
4.0.1.0
- Fixed Mood sounds not working inside hyperboxes (requires both server and client to update hyperbox)
4.0.0.1
- Fixed hyperbox dimensions sometimes not saving when breaking the box
- Fixed withers being able to destroy apertures inside hyperboxes
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
5.0.0.0Релиз1.20.4 · 3 марта 2024 г.
5.0.0.0
- Updated to neoforge / MC-1.20.4
- Hyperbox interiors now generate a special block for the walls instead of bedrock (properties of this block are identical to bedrock)
4.0.1.0
- Fixed Mood sounds not working inside hyperboxes (requires both server and client to update hyperbox)
4.0.0.1
- Fixed hyperbox dimensions sometimes not saving when breaking the box
- Fixed withers being able to destroy apertures inside hyperboxes
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
4.0.1.0Релиз1.20.1 · 15 ноября 2023 г.
4.0.1.0
- Fixed Mood sounds not working inside hyperboxes (requires both server and client to update hyperbox)
4.0.0.1
- Fixed hyperbox dimensions sometimes not saving when breaking the box
- Fixed withers being able to destroy apertures inside hyperboxes
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
4.0.0.1Релиз1.20.1 · 4 октября 2023 г.
4.0.0.1
- Fixed hyperbox dimensions sometimes not saving when breaking the box
- Fixed withers being able to destroy apertures inside hyperboxes
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
4.0.0.0Релиз1.20.1 · 22 июля 2023 г.
4.0.0.0
- Updated to 1.20.1. Requires forge 47.0.3 or higher. Old worlds are not compatible.
- Infiniverse 1.0.0.5 is now bundled with Hyperbox via forge's Jar-In-Jar system (you don't have to install Infiniverse yourself anymore unless you need to use a newer version of infiniverse)
- Hyperbox rooms now generate at chunk 0,0 in each hyperbox dimension instead of chunk 16,16
3.0.1.0
- Now requires 1.19.2 forge build 43.1.0 or higher
- The name-your-hyperbox menu now opens with the dimension id field focused
- Pressing the 'Enter' key on the name-your-hyperbox screen now saves the hyperbox id and enters the hyperbox
- The 'hyperbox' nbt file in each hyperbox dimension's data folder is now called 'hyperbox.dat'. Due to the below bug, this file wasn't actually being read properly, so this probably won't affect anyone.
- Fixed a bug where players logging out while in hyperboxes would log back in at their spawn point instead of the hyperbox (you'll need to re-enter your hyperbox to apply this fix)
- Fixed a bug where pressing the inventory key while in the name-your-hyperbox menu would close the menu
3.0.0.0
- Updated to 1.19 forge build 41.0.110
- Hyperboxes now prompt the user for a dimension id and name when first used (no more random UUID dimensions)
2.0.0.2
- Fix NPE crash from attempting to get sideless capabilities from aperture and hyperbox blockentities
- Now requires forge 40.0.35 or higher
2.0.0.1
- Updated to minecraft 1.18.2+ (now requires infiniverse 1.18.2-1.0.0.2+)
2.0.0.0
- Updated to minecraft 1.18.1+
- Hyperbox now requires the Infiniverse mod (1.0.0.1 or higher)
- Due to a small change in the way minecraft saves blockentity data, hyperbox blocks in worlds made in 1.16.x will lose their level and color data (the dimensions will still exist in your save folder but old hyperboxes will lose their link to them).
- The Server Config is now a Common Config (instead of a Server Config). This means that there is now one hyperbox config file in your minecraft instance's config folder (rather than a config file in each world save's config folder). Old configs will effectively be reset to their default values due to this change.
- New hyperboxes can no longer rarely generate with links to previously-generated hyperbox dimensions (unless many new hyperbox dimensions are generated in the same tick)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…





