From 57d5e4b0b42784529a0de05be7b9bd055f4bf946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Mon, 20 Jul 2020 21:44:32 +0200 Subject: [PATCH] fix: add technic and basic_machines as optional depends --- depends.txt | 2 ++ mod.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/depends.txt b/depends.txt index 25efa31..4c62b70 100755 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,5 @@ player_api default? creative? +technic? +basic_machines? diff --git a/mod.conf b/mod.conf index 2a979c5..9ec79ff 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ name = biofuel depends = player_api -optional_depends = default, creative +optional_depends = default, creative, technic, basic_machines description = It adds a distiller and biofuel, for running biofuel powered machines title = Biofuel Distiller Kit