Fragmentum Layer

Fragmentum Layer

Fragmentum Layer

Fragmentum Layer is a system that lets you create global datapacks and resource packs directly inside config/fragmentum/, without pack.mcmeta, icons, or manually enabling them for each world. Everything you place there is automatically recognized by Minecraft as a fully functional pack – active globally across all worlds.

Folder Structure

1
2
3
4
config/
└── fragmentum/
    ├── assets/  -> global resource pack (textures, models, languages)
    └── data/    -> global datapack (recipes, loot tables, tags)

How It Works

On startup, Fragmentum creates two virtual packs:

  • Fragmentum Layer Resource Pack – loads everything from config/fragmentum/assets/
  • Fragmentum Layer Datapack – loads everything from config/fragmentum/data/

They behave exactly like normal Minecraft packs, just stored in your config folder instead of resourcepacks or datapacks. No activation required – everything works automatically and globally.


Reloading

  • /reload – updates changes in data/
  • F3 + T – updates changes in assets/