TagCore
TagCore
A unified tagging API for items, blocks, and entities, enabling cross-mod compatibility
54
0
LibraryUtility

Home

Updated Apr 23, 2026

Welcome to the TagCore Wiki

This documentation covers installation, configuration, tag authoring, load behavior, and the developer API for TagCore, a unified tagging system for Hytale mods and servers.

TagCore lets you define reusable named groups of game content such as items, blocks, entities, biomes, effects, fluids, and damage types. Tags can reference other tags, can be loaded from bundled resources or external packs, and can be queried through a shared Java API.

Getting Started

Start with the Installation Guide to add TagCore to your server or project.

After installation, continue to Configuration to learn how tag files are structured and where they are loaded from.

If you are integrating with TagCore from another mod, see the Developer API.

Powered byHytaleModding