mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
Added base mod
base mod with basic http server and simple config system
This commit is contained in:
commit
ec3c622896
231 changed files with 3298 additions and 0 deletions
14
build/classes/java/main/fabric-example-mod-refmap.json
Normal file
14
build/classes/java/main/fabric-example-mod-refmap.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue