summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 134a44c..797724d 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,11 +5,12 @@
"name": "Oh My Vanilla Minecraft",
"description": "What's wrong with my Minecraft?",
"authors": [
- "trueKeuin"
+ "trueKeuin",
+ "Merrg1n"
],
"contact": {
"homepage": "https://www.keuin.cc",
- "sources": "https://github.com/keuin/OhMyVanillaMinecraft"
+ "sources": "https://github.com/hit-mc/OhMyVanillaMinecraft"
},
"license": "MIT",
"icon": "assets/ohmyvanillamc/icon.png",
@@ -25,7 +26,8 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
- "minecraft": "1.16.x"
+ "minecraft": "1.16.x",
+ "carpet": "*"
},
"suggests": {
"another-mod": "*"