From 54a3e1d98b5c8902b7608497795712967b6efffc Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:20:01 -0400 Subject: [PATCH] patch ebiomes being bad by loading after it (#67) --- bushes/mod.conf | 2 +- dryplants/mod.conf | 2 +- youngtrees/mod.conf | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bushes/mod.conf b/bushes/mod.conf index 822e050..5ebb64d 100644 --- a/bushes/mod.conf +++ b/bushes/mod.conf @@ -1,4 +1,4 @@ name = bushes title = Bushes depends = default -optional_depends = stoneage, sumpf +optional_depends = stoneage, sumpf, ebiomes diff --git a/dryplants/mod.conf b/dryplants/mod.conf index e190197..e42d8ab 100644 --- a/dryplants/mod.conf +++ b/dryplants/mod.conf @@ -1,3 +1,3 @@ name = dryplants depends = default -optional_depends = farming +optional_depends = farming, ebiomes diff --git a/youngtrees/mod.conf b/youngtrees/mod.conf index b5b1250..5a8e9fb 100644 --- a/youngtrees/mod.conf +++ b/youngtrees/mod.conf @@ -1,2 +1,3 @@ name = youngtrees depends = default +optional_depends = ebiomes