push for first alpha

way too many additions for detailed description.
This commit is contained in:
Jonas_Jones 2022-12-15 21:28:40 +01:00
parent 8c55afe3e6
commit d38b68cc1e
16 changed files with 966 additions and 2 deletions

View file

@ -0,0 +1,32 @@
{
"schemaVersion": 1,
"id": "betterconsolemc",
"version": "${version}",
"name": "Better ConsoleMC",
"description": "This is the successor to ConsoleMc. The purpose of this mod is to allow a more controlled and secure environment. Custom commands can be configured in a config file and it is NOT possible to run any command in the server's console.",
"authors": [
"Jonas_Jones"
],
"contact": {
"homepage": "https://jonasjones.me/projects/betterconsolemc",
"sources": "https://github.com/J-onasJones/BetterConsoleMC"
},
"license": "CC0-1.0",
"icon": "assets/betterconsolemc/icon.png",
"environment": "server",
"entrypoints": {
"main": [
"me.jonasjones.betterconsolemc.BetterConsoleMC"
]
},
"depends": {
"fabricloader": ">=0.14.11",
"fabric-api": "*",
"minecraft": "~1.19.3",
"java": ">=17"
}
}