-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.json
35 lines (35 loc) · 1.04 KB
/
mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"geode": "4.1.2",
"gd": {
"win": "2.2074",
"mac": "2.2074"
},
"version": "v4.2.0-beta.13",
"id": "spaghettdev.betterinputs",
"name": "BetterInputs",
"developer": "SpaghettDev",
"description": "Makes inputs behave like they should.",
"tags": ["enhancement"],
"links": {
"community": "https://discord.gg/3bShQb6Jz3",
"source": "https://github.com/SpaghettDev/BetterInputs"
},
"issues": {
"info": "Report any bugs/suggestions here.",
"url": "https://github.com/SpaghettDev/BetterInputs/issues"
},
"settings": {
"allow-any-character": {
"type": "bool",
"default": true,
"name": "Allow any character",
"description": "Allows inputting any character (even ones not allowed) into input nodes."
},
"bypass-length-check": {
"type": "bool",
"default": true,
"name": "Bypass length check",
"description": "Allows inserting however many characters into an input node."
}
}
}