Added basic command structure with console feedback

This commit is contained in:
J-onasJones 2022-06-12 17:26:51 +02:00
parent c215bc41dd
commit 7784f65c74
20 changed files with 478 additions and 37 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

View file

@ -16,7 +16,7 @@
"license": "CC0-1.0",
"icon": "assets/consolemc/icon.png",
"environment": "*",
"environment": "server",
"entrypoints": {
"main": [
"me.jonasjones.consolemc.ConsoleMC"

View file

@ -1,14 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}