removed old version of library and added mixins
This commit is contained in:
parent
89b47d9809
commit
87102aee13
Binary file not shown.
37
src/main/resources/fabric.mod.json
Normal file
37
src/main/resources/fabric.mod.json
Normal 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": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
src/main/resources/webdisplays.mixin.json
Normal file
13
src/main/resources/webdisplays.mixin.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"required": true,
|
||||||
|
"minVersion": "0.8",
|
||||||
|
"package": "net.montoyo.wd.mixins",
|
||||||
|
"compatibilityLevel": "JAVA_17",
|
||||||
|
"mixins": [
|
||||||
|
],
|
||||||
|
"client": [
|
||||||
|
],
|
||||||
|
"injectors": {
|
||||||
|
"defaultRequire": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user