first commit
This commit is contained in:
42
src/main/resources/fabric.mod.json
Executable file
42
src/main/resources/fabric.mod.json
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "gamermod",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "GamerMod",
|
||||
"description": "i fucked your mother",
|
||||
"authors": [
|
||||
"RyanTLG"
|
||||
],
|
||||
"gamermod": {
|
||||
"links":{
|
||||
"Discord": "https://discord.com/invite/FtwJ5QtfA8"
|
||||
}
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/gamermod/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"net.fabricmc.ryantlg.gamermod"
|
||||
],
|
||||
"client": [
|
||||
"net.fabricmc.ryantlg.gamermodClient"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"gamermod.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.3",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.18.x",
|
||||
"java": ">=17"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user