
No Dimension
Utility for completely disabling dimensions
No Dimension
[EN] About the mod
!! For Fabric you must install Fabric API and Forge Config API Port.
Utility mod for disabling dimensions. The mod ignores loading of dimensions specified in the config during world creation, thus optimizing memory usage.
Important:
- If you disable any dimension and enter a world where that dimension was already loaded, you will NO longer be able to enter that dimension, even by using the
/executecommand, and even if you remove the dimension's ID from the No Dimension config and restart the game. (The dimension files are not deleted from the save folder.) - Only dimensions are disabled. Portals can still be activated, but they won't teleport anywhere.
- The Overworld (
minecraft:overworld) cannot be disabled.
The mod can be used, for example, in story-driven modpacks that use only one specific dimension (e.g., Twilight Forest) and to avoid wasting resources on storing information about other dimensions - they can be disabled with No Dimension.
Configured in: \config\no_dimension-common.toml
Config example:
[general]
target_dimension = ["minecraft:the_nether", "minecraft:the_end"]
[RU] Описание мода
!! Для Fabric обязательно установить Fabric API и Forge Config API Port.
Утилитарный мод для отключения измерений. Мод игнорирует загрузку измерений, указанных в конфиге, во время создания мира, оптимизируя так потребление памяти.
Важно:
- Если вы отключите какое-либо измерение и зайдете в мир, в котором это измерение уже было прогружено - зайти в это измерение у вас больше НЕ получится, даже используя команду
/executeи даже если вы уберете ID измерения из конфига No Dimension и перезагрузите игру. (Файлы измерения не удаляются из папки сохранения.) - Отключаются только измерения. Порталы всё равно можно активировать, но телепортировать никуда не будут.
- Верхний мир (
minecraft:overworld) нельзя отключить.
Мод можно использовать например в сюжетных сборках, задействующих только одно конкретное измерение (условный Сумеречный лес) и чтобы не тратить ресурсы на хранение информации о других измерениях - их можно отключить с помощью No Dimension.
Настраивается в: \config\no_dimension-common.toml
Пример конфига:
[general]
target_dimension = ["minecraft:the_nether", "minecraft:the_end"]
