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
|
{
"schemaVersion": 1,
"id": "note2input",
"version": "${version}",
"name": "Note2Input",
"description": "Turns notes from your microphone into input",
"authors": [],
"contact": {},
"license": "MIT",
"icon": "assets/note2input/icon.png",
"environment": "client",
"entrypoints": {
"fabric-datagen": [
"eu.projnull.spelis.note2input.client.DataGenerator"
],
"client": [
"eu.projnull.spelis.note2input.client.Client"
],
"main": [
"eu.projnull.spelis.note2input.Main"
],
"modmenu": [
"eu.projnull.spelis.note2input.config.ConfigScreen"
]
},
"mixins": [
"note2input.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric-api": "*",
"minecraft": "${minecraft_version}"
}
}
|