From 09f08b50bc422e3d8c41bcef5226187b72156f28 Mon Sep 17 00:00:00 2001 From: Till Affeldt Date: Mon, 20 Apr 2020 08:04:21 +0000 Subject: [PATCH] Fix missing comma messing with load order --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index 4eef24a..4d9e1ef 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = moretrees depends = default, biome_lib, vessels -optional_depends = doors stairs, moreblocks, intllib, farming +optional_depends = doors, stairs, moreblocks, intllib, farming