geode/loader/test/dependency/mod.json
HJfod 98684a62e5 add touch dispatcher fix + move built-in settings' nodes to their own
internal header & source + regex match validation for string settings +
further work on settings UI now featuring a cooler reset button
2022-09-19 00:07:08 +03:00

30 lines
828 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": {
"its-raining-after-all": {
"type": "bool",
"name": "It's Raining After All",
"default": true
},
"trapped-in-the-past": {
"type": "string",
"default": "Ima ima ima ima",
"match": "([iI]ma\\s?)*"
},
"compared-child": {
"type": "int",
"description": "Kuraberarekko",
"default": 2
},
"even-tears-withered": {
"type": "string",
"default": ";-;"
}
}
}