Skip to content

Commit

Permalink
Fixed fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mineLdiver committed Mar 23, 2021
1 parent 5f2b844 commit 09b2617
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,24 @@
"mine_diver"
],
"contact": {
"homepage": "https://glass-launcher.net/",
"sources": "https://github.com/calmilamsy/BIN-fabric-example-mod"
"homepage": "https://glass-repo.net/repo/mod/glsl",
"sources": "https://github.com/mineLdiver/GLSL",
"issues": "https://github.com/mineLdiver/GLSL/issues"
},

"license": "CC0-1.0",
"icon": "assets/glsl/icon.png",

"environment": "*",
"environment": "client",
"mixins": [
"glsl.mixins.json"
],

"depends": {
"minecraft": "1.0.0-beta.7.3"
},

"custom": {
"modmenu:clientsideOnly": true
}
}

0 comments on commit 09b2617

Please sign in to comment.