build directory updates

This commit is contained in:
Jonas_Jones 2022-08-26 20:11:00 +02:00
parent 61801908e1
commit a372eb85ec
7 changed files with 4 additions and 22 deletions

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "mcwebserver",
"version": "0.1.1",
"version": "0.1.2",
"name": "McWebserver",
"description": "A simple webserver that runs alongside the Minecraft Server",
@ -29,11 +29,7 @@
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "~1.19",
"minecraft": ">=1.17-beta.1",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}

View file

@ -1,12 +1,12 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"package": "me.jonasjones.mcwebserver.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
"StopServerThreadMixin"
],
"injectors": {
"defaultRequire": 1