Working ECS block event test
Some checks failed
Verifying Everything Compiles / build (push) Has been cancelled
Some checks failed
Verifying Everything Compiles / build (push) Has been cancelled
This commit is contained in:
@@ -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=*
|
||||
|
||||
Reference in New Issue
Block a user