Working ECS block event test
Some checks failed
Verifying Everything Compiles / build (push) Has been cancelled

This commit is contained in:
2026-09-13 01:37:07 +02:00
parent b7d12fde4d
commit 2b0e178704
10 changed files with 121 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ manifest_group = HytaleModding
mod_name = Replace Me
# Fully-qualified plugin entry point class.
main_class = dev.hytalemodding.ExamplePlugin
main_class = dev.hytalemodding.RitualPlugin
# Comma-separated author entries. Author names cannot contain spaces.
# Each entry supports: Name, Name|Email, or Name|Email|Url.
@@ -37,7 +37,7 @@ main_class = dev.hytalemodding.ExamplePlugin
mod_author = Your_Name|your.email@example.com|https://your-website.com
# Unique lowercase mod identifier.
mod_id = ExamplePlugin
mod_id = RitualPlugin
# SPDX-style license identifier or Proprietary.
mod_license = MIT
@@ -62,10 +62,10 @@ disabled_by_default = false
patchline = release
# Server version mirrored for tooling compatibility.
server_version = 0.5.3
server_version = 0.6.5
# Server version range written into manifest.json.
manifestServerVersion = >=0.5.3 <0.6.0
manifestServerVersion = >=0.6.5 <0.7.0
# Required manifest dependencies. Format: Group:Name=Version,Other:Mod=*
manifest_dependencies = Hytale:AssetModule=*