From 94f092015a05d0179e307468c717ad391e455742 Mon Sep 17 00:00:00 2001 From: Merrg1n <22628584+Merrg1n@users.noreply.github.com> Date: Sat, 13 Aug 2022 22:36:35 +0800 Subject: carpet ext --- src/main/resources/fabric.mod.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main/resources/fabric.mod.json') 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": "*" -- cgit v1.2.3