mirror of
https://github.com/JonasunderscoreJones/BetterConsoleMC.git
synced 2025-10-27 22:29:17 +01:00
push for first alpha
way too many additions for detailed description.
This commit is contained in:
parent
8c55afe3e6
commit
d38b68cc1e
16 changed files with 966 additions and 2 deletions
BIN
src/main/resources/assets/betterconsolemc/icon.png
Normal file
BIN
src/main/resources/assets/betterconsolemc/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 453 B |
32
src/main/resources/fabric.mod.json
Normal file
32
src/main/resources/fabric.mod.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue