WTS/game/mods/ExampleMod/manifest.json
LoafyLemon 01be33b5ee Bug fixes
* Fixed mods crashing on init in user space
* Fixed revertable types inside modding init
* Fixed semantic version crashing mod loader
* Updated example mod
2023-07-15 18:02:01 +01:00

8 lines
165 B
JSON

{
"Name": "ExampleMod",
"Author": "LoafyLemon",
"Version": "1.0.0",
"Description": "Adds ponytail hairstyle for Hermione",
"GameVer": "1.45.2"
}