diff --git a/bonemeal.lua b/bonemeal.lua
index af7925946ead1da95935c11a1173db584bed47fe..b044be35dc76783db0dee0466ae1274ddd1312d9 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)