From 7dafb4ea7f6ff09ae78c093e8d3b394f35007950 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 29 May 2018 16:13:39 +0100 Subject: [PATCH] Forgot the dependencies --- modules/ExpGamingLib/softmod.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ExpGamingLib/softmod.json b/modules/ExpGamingLib/softmod.json index 54669d82..9b86aee9 100644 --- a/modules/ExpGamingLib/softmod.json +++ b/modules/ExpGamingLib/softmod.json @@ -6,7 +6,10 @@ "version": "1.0.0", "location": "nil", "main": "control", - "dependencies": {}, + "dependencies": { + "StdLib/Game": ">=1.0.0", + "StdLib/Color": ">=1.0.0" + }, "author": "Cooldude2606", "contact": "Discord: Cooldude2606#5241", "license": "https://github.com/badgamernl/explosivegaming-main/blob/master/LICENSE"