Fragmentum Layer
Fragmentum Layer
Global datapacks and resource packs without zipping.
Fragmentum Layer lets you create global datapacks and resource packs directly inside config/fragmentum/ – without zipping, metadata, or pack structure. Minecraft treats everything inside this folder as a fully functional global pack, active in every world, automatically.
config/
fragmentum/
assets/ Global client resources (textures, models, languages)
data/ Global datapack content (recipes, loot tables, tags)
How it Works
On startup, Fragmentum creates two virtual packs:
- Fragmentum Layer Resource Pack – built from
config/fragmentum/assets/ - Fragmentum Layer Datapack – built from
config/fragmentum/data/
They behave exactly like normal Minecraft packs, but are assembled at runtime instead of being stored as zipped packs in
resourcepacksordatapacks.
Hotswap
/reload– updates changes indata/F3 + T– updates changes inassets/