Skip to content

Commit

Permalink
Added more stuff to fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackilykat committed Jun 30, 2024
1 parent 889ac24 commit f2525c9
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,29 @@
"schemaVersion": 1,
"id": "no_double_sneak",
"version": "${version}",
"name": "No Double Sneak",
"description": "Fixes the annoying bug where sneaking looks wrong in laggy servers (MC-159163)",
"authors": [
"Blackilykat"
],
"contact": {
"repo": "https://github.com/blackilykat/No Double Sneak"
},
"license": "MIT",
"icon": "assets/no_double_sneak/icon.png",
"environment": "client",
"entrypoints": {},
"mixins": [
"no_double_sneak.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"minecraft": "${minecraft_version}"
}
},
"name": "No Double Sneak",
"description": "Fixes the annoying bug where sneaking looks wrong in laggy servers (MC-159163)",
"authors": [
{
"name": "Blackilykat",
"contact": {
"email": "[email protected]"
}
}
],
"contact": {
"homepage": "https://github.com/Blackilykat/no_double_sneak",
"issues": "https://github.com/Blackilykat/no_double_sneak/issues",
"sources": "https://github.com/Blackilykat/no_double_sneak"
},
"license": "MIT",
"icon": "assets/no_double_sneak/icon.png"
}

0 comments on commit f2525c9

Please sign in to comment.