This repository has been archived on 2025-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GamerItems/src/main/resources/fabric.mod.json
2022-07-13 16:42:59 +02:00

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"
}
}