mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-17 20:25:09 +01:00
Basic port to fabric - no configs yet
This commit is contained in:
13
src/main/resources/blur.client.json
Normal file
13
src/main/resources/blur.client.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.tterrag.blur.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"MixinGui",
|
||||
"MixinMinecraftClient",
|
||||
"MixinWorldRenderer"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
10
src/main/resources/fabric.mod.json
Normal file
10
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "blur",
|
||||
"name": "Blur",
|
||||
"version": "1.0.0",
|
||||
"side": "client",
|
||||
"initializer": "com.tterrag.blur.Blur",
|
||||
"mixins": {
|
||||
"client": "blur.client.json"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
[
|
||||
{
|
||||
"modid": "blur",
|
||||
"name": "Blur",
|
||||
"description": "Adds a blurry background when viewing GUIs",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "http://tterrag.com",
|
||||
"updateUrl": "http://ci.tterrag.com/job/BlurBG",
|
||||
"authorList": ["tterrag"],
|
||||
"credits": "",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user