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

Soft Loader

Automatically loads datapacks non-intrusively

Загрузки
510
Подписчики
8
Обновлён
26 марта 2026 г.
Лицензия
MIT

Опубликован 2 сентября 2025 г.

Soft Loader

Based on Data Loader.

Allows datapacks in specified directories to automatically load as either enabled or disabled, while remaining optional and adjustable on the datapack selection screen and in-game. Uses the datapacks directory under the game directory by default.

An initial load order can be configured, applying only when setting up a new world. Afterward, you may reorder or add world-specific datapacks as desired. Built-in datapacks can also be set to load automatically from the load order.

Configuration

The Soft Loader config will be created at config/soft_loader.json upon setting up or loading a world. You may also create this file manually if needed.


enabled: string optional

Specifies the directory for datapacks that should automatically load as enabled.

  • Defaults to datapacks.
  • Overridden by initial-disabled-packs for servers.

disabled: string optional

Specifies the directory for datapacks that should automatically load as disabled.

  • Overridden by initial-enabled-packs for servers.
  • Overridden by loadOrder if the datapack is listed there.

loadOrder: string[] optional

Enforced only on world setup, specifies the load order for datapacks. Datapacks listed in loadOrder will automatically be enabled regardless of its source directory.

  • Can be used to enable and order built-in datapacks
  • Ignores initial-disabled-packs for servers.

How the initial load order sorts data packs (from bottom to top):

  1. Built-in datapacks not in the load order.
  2. Datapacks listed in load order.
  3. Other datapacks.

After world creation, the load order is no longer used. Any newly added datapacks are handled by vanilla or the mod loader: typically added to the top. At this stage, built-in datapacks can no longer be enabled automatically by the load order.

Ченджлог

1.0.1+26.1Релиз26.1, 26.1.1, 26.1.2 · 26 марта 2026 г.
  • fix access widener path in 26.1
1.0.0+26.1Релиз26.1 · 24 марта 2026 г.
  • Port to 26.1-rc-3
1.0.0+1.21.9Релиз1.21.9, 1.21.10, 1.21.11 · 24 марта 2026 г.
  • Port to 1.21.9-1.21.11 (#1)
1.0.0+1.21.2Релиз1.21.6, 1.21.7, 1.21.8 · 2 сентября 2025 г.

1.0.0

1.0.0+1.21.1Релиз1.21, 1.21.1 · 2 сентября 2025 г.

1.0.0

Комментарии

Загружаем…