promotional bannermobile promotional banner

SummonLib

Asset-driven summon system for Hytale: define summons in JSON, tune movement/combat behavior, and summon them via Interaction assets.

File Details

SummonLib1.0.1.jar

  • R
  • Jan 26, 2026
  • 118.20 KB
  • 236
  • Early Access

File Name

SummonLib.jar

Supported Versions

  • Early Access

Changelog

1.0.1

Changed

  • Workaround for asset pack load order: SummonLib now exports its embedded asset pack (manifest.json + Server/**) into the mods/ directory as a folder-pack during boot so the engine can discover it during AssetModule scanning.

Improved

  • Removed noisy debug logs and cleaned up the plugin entry class.

Notes

  • This is a temporary workaround for current engine load-order behavior (AssetModule loads packs before plugin setup() runs).
  • The exported folder name is prefixed with 000_ to help it appear early in common directory listings (ordering is still not strictly guaranteed).