geode/loader/test/dependency/mod.json
HJfod 0ab32b3e25 update json validation to no longer use exceptions and be enjoyable to
work with + preliminary settings & UI work + various other fixes and
changes
2022-09-13 00:37:25 +03:00

29 lines
714 B
JSON

{
"geode": "v0.2.0",
"version": "v1.0.0",
"id": "geode.testdep",
"name": "Geode Test Dependency",
"developer": "Geode Team",
"description": "Unit test dependency for Geode",
"binary": "TestDependency",
"settings": {
"sock": {
"type": "string",
"default": "Cheese"
},
"steve-setting": {
"type": "string",
"name": "Steve!!",
"default": "ball"
},
"enable-gay-dreams": {
"type": "bool",
"default": true
},
"catgirl": {
"type": "int",
"default": 5,
"max": 10
}
}
}