bonemeal: correct iska birch sapling node name2 - by auouYmous

master
Milan 2020-12-23 17:54:00 +01:00
parent 6a2dd7625a
commit 19b9ca1a41
1 changed files with 2 additions and 2 deletions

View File

@ -192,10 +192,10 @@ local function growth(pointed_thing)
elseif node.name == "illuna_ethereal:douglasie_sapling" then
illuna_ethereal.grow_douglasie_tree(pos)
elseif node.name == "illuna_ethereal:iska_birch1" then
elseif node.name == "illuna_ethereal:iska_birch1_sapling" then
illuna_ethereal.grow_birch1_tree(pos)
elseif node.name == "illuna_ethereal:iska_birch2" then
elseif node.name == "illuna_ethereal:iska_birch2_sapling" then
illuna_ethereal.grow_birch2_tree(pos)
elseif node.name == "moretrees:rubber_tree_sapling" then