43 lines
764 B
JSON
Executable File
43 lines
764 B
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "gameritems",
|
|
"version": "${version}",
|
|
|
|
"name": "GamerItems",
|
|
"description": "for gamers, by gæmer",
|
|
"authors": [
|
|
"RyanTLG"
|
|
],
|
|
|
|
"contact": {
|
|
"issues": "https://github.com/RyanTLG/GamerItems/issues",
|
|
"sources": "https://github.com/RyanTLG/GamerItems"
|
|
},
|
|
|
|
"license": "GPL3",
|
|
"icon": "assets/gameritems/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"net.arcmods.ryantlg.gameritems"
|
|
],
|
|
"client": [
|
|
"net.arcmods.ryantlg.gameritemsClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"gameritems.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14.8",
|
|
"fabric": "*",
|
|
"minecraft": "1.19",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"darkevolution": "1.19-x"
|
|
}
|
|
}
|