<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on Hytale Documentation</title><link>https://ijaco25.github.io/guides/</link><description>Recent content in Guides on Hytale Documentation</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://ijaco25.github.io/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Asset Loading System</title><link>https://ijaco25.github.io/guides/asset_loading/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ijaco25.github.io/guides/asset_loading/</guid><description>Asset Loading System Overview The Hytale server uses an asset-driven architecture for loading and managing game content. Assets include items, blocks, sounds, particles, models, and more.
Core Components AssetStore&amp;lt;K, T, M&amp;gt; Manages the lifecycle of a specific asset type.
Type Parameters:
K - Key type (usually String) T - Asset type (e.g., Item, BlockType) M - AssetMap implementation Key Fields:
path - Directory path for assets (e.g., &amp;quot;Item/Items&amp;quot;) extension - File extension (default: &amp;quot;.</description></item><item><title>Hytale JSON Asset Guide</title><link>https://ijaco25.github.io/guides/hytale_json_systems_review/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ijaco25.github.io/guides/hytale_json_systems_review/</guid><description>Hytale JSON Asset Guide Guide for creating items, blocks, particles, and interactions via JSON.
Table of Contents Naming &amp;amp; Localization Items Blocks Particles &amp;amp; Effects Components Interactions Inheritance Templates 1. Naming &amp;amp; Localization Item IDs Item IDs are derived from filenames: My_Custom_Sword.json → ID = My_Custom_Sword
Localization System Location: Server/Languages/{language-code}/
Default language: en-US (hyphen, not underscore)
File format: .lang files (properties format)
.lang File Format # Comments start with # server.</description></item></channel></rss>