Removed alterworld json, added lisence, added deepslate ore generation, updated code to be more "family friendly".
38 lines
619 B
JSON
Executable File
38 lines
619 B
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "gamermod",
|
|
"version": "${version}",
|
|
|
|
"name": "GamerMod",
|
|
"description": "for gamers, by gæmer",
|
|
"authors": [
|
|
"RyanTLG"
|
|
],
|
|
|
|
"license": "GPL3",
|
|
"icon": "assets/gamermod/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"net.arcmods.ryantlg.gamermod"
|
|
],
|
|
"client": [
|
|
"net.arcmods.ryantlg.gamermodClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"gamermod.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.12.12",
|
|
"fabric": "*",
|
|
"minecraft": "1.18.1",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"darkevolution": "1.18.1-x"
|
|
}
|
|
}
|