summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorMerrg1n <[email protected]>2022-08-13 22:36:35 +0800
committerMerrg1n <[email protected]>2022-08-14 01:42:37 +0800
commit94f092015a05d0179e307468c717ad391e455742 (patch)
tree1e90e0462e8bc2a6d4ae4131808b655089db72a9 /src/main/resources/fabric.mod.json
parent323226a7956b2dc1d56c56e63bc9354e2b8bd244 (diff)
carpet ext
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": "*"