mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29: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,
|
"schemaVersion": 1,
|
||||||
"id": "mcwebserver",
|
"id": "mcwebserver",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
|
|
||||||
"name": "McWebserver",
|
"name": "McWebserver",
|
||||||
"description": "A simple webserver that runs alongside the Minecraft Server",
|
"description": "A simple webserver that runs alongside the Minecraft Server",
|
||||||
|
@ -29,11 +29,7 @@
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.6",
|
"fabricloader": ">=0.14.6",
|
||||||
"fabric": "*",
|
"minecraft": ">=1.17-beta.1",
|
||||||
"minecraft": "~1.19",
|
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
},
|
|
||||||
"suggests": {
|
|
||||||
"another-mod": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "net.fabricmc.example.mixin",
|
"package": "me.jonasjones.mcwebserver.mixin",
|
||||||
"compatibilityLevel": "JAVA_17",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
],
|
],
|
||||||
"client": [
|
"client": [
|
||||||
"ExampleMixin"
|
"StopServerThreadMixin"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue