Evospace  0.19.0
Modding API
 
Loading...
Searching...
No Matches
JSON info example

info.json file must be placed in mod root directory

File content:


{
"name": "my_mod",
"version": "0.19",
"title": "My Mod",
"author": "mr. mod maker",
"evospace_version": "0.19",
"dependencies": ["vanilla >= 0.19"],
"description": "Example mod"
}