Background

Resource Groups

ModsResource Groups
Resource Groups

Resource Groups

CurseForge
LibraryUtility

Allows resource groups to add items to existing resource types.

Hytale Resource Groups

Allows mods to modify existing assets without needing to replace them entirely.

Server/Item/ResourceGroups/MyGroup.json

{
  // The resource type to add items to
  "ResourceType": {
    "Id": "Wood_Trunk"
  },
  // And a list of resources to add
  "Resources": [
    {
      // Either item ids
      "ItemId": "Rock_Aqua"
    },
    {
      // Or resource type ids
      "ResourceTypeId": "Sands"
    },
    {
      // Resource groups can reference other resource groups
      "ResourceTypeId": "AnotherGroup"
    }
  ]
}

Information

61,289
Downloads
Version
Resource Groups - 1.0.2
Updated
Jan 28, 2026
Support
0.5

Project Links

Help the community thrive by sharing your feedback and reporting issues on the official tracker.

Resource Groups - Hytale Mod | Hytale Wiki