From 5e1143af4bf48013c4fdf9504f27a6715e3f455a Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sun, 16 Jun 2019 10:21:38 -0300 Subject: [PATCH] Use correct fabric.mod.json metadata keys --- fabric/src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 6f5120a7..e77b486d 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -19,11 +19,11 @@ "nl.matsv.viabackwards.ViaFabricAddon" ] }, - "requires": { + "depends": { "fabricloader": ">=0.4.0", "viafabric": "*" }, - "recommended": { + "recommends": { "viarewind": "*" } }