mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 03:19:19 +02:00
build directory updates
This commit is contained in:
parent
61801908e1
commit
a372eb85ec
7 changed files with 4 additions and 22 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"mappings": {
|
||||
"me/jonasjones/mcwebserver/mixin/InitializeMixin": {
|
||||
"init()V": "Lnet/minecraft/class_442;method_25426()V"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"named:intermediary": {
|
||||
"me/jonasjones/mcwebserver/mixin/InitializeMixin": {
|
||||
"init()V": "Lnet/minecraft/class_442;method_25426()V"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue