From a0e1f782318f7122a76d584a9b008bfad28e5f00 Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Sat, 23 Sep 2017 13:51:57 +0200
Subject: [PATCH] add illuna_ethereal:douglasie to bonemeal

---
 bonemeal.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bonemeal.lua b/bonemeal.lua
index af79259..b044be3 100644
--- a/bonemeal.lua
+++ b/bonemeal.lua
@@ -189,6 +189,9 @@ local function growth(pointed_thing)
         elseif node.name == "illuna_ethereal:fierytree_sapling" then
             illuna_ethereal.grow_fiery_tree(pos)
 
+        elseif node.name == "illuna_ethereal:douglasie_sapling" then
+            illuna_ethereal.grow_douglasie_tree(pos)
+
         elseif node.name == "illuna_ethereal:iska_birch1" then
             illuna_ethereal.grow_birch1_tree(pos)
 
-- 
GitLab