diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6bc3ccf..ceb7132 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,8 +26,9 @@ "x-backup.mixins.json" ], "depends": { + "fabric-api": "*", + "fabric-language-kotlin": ">=1.12", "fabricloader": ">=0.15", - "minecraft": "${mcdep}", - "fabric-language-kotlin": ">=1.12" + "minecraft": "${mcdep}" } }