removed old version of library and added mixins

This commit is contained in:
Mysticpasta1 2022-06-21 05:08:03 -05:00
parent 89b47d9809
commit 87102aee13
3 changed files with 50 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,37 @@
{
"schemaVersion": 1,
"id": "webdisplays",
"version": "${version}",
"name": "Web Displays",
"description": "Web Displays for 1.18.2 fabric",
"authors": [
"Montoyo, Waterpicker, Mysticpasta1"
],
"contact": {
"homepage": "",
"sources": "https://github.com/Mysticpasta1/webdisplays"
},
"license": "ARR",
"environment": "*",
"entrypoints": {
"main": [
"net.montoyo.wd.WebDisplays"
]
},
"mixins": [
"modid.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": "~1.18.2",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}

View File

@ -0,0 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.montoyo.wd.mixins",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}