summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-07-24 20:07:13 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-07-24 20:07:13 +0100
commit3a7478567582515c7926962949d2465cc55fb0ab (patch)
treefe67d2cfd88031fafbe3a28bc5af90b1b1486bd8
parent0c72135d4d2bd7eeef9536072622fc402a380da1 (diff)
added support for default bushes
-rw-r--r--README.md1
-rw-r--r--init.lua2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed9e0e9..efa29d1 100644
--- a/README.md
+++ b/README.md
@@ -24,3 +24,4 @@ Changelog:
- 0.2 - Added global on_use function for bonemeal growth
- 0.3 - Added strength to on_use global for new items (mulch and fertiliser).
- 0.4 - Added Intllib support and fr.txt file
+- 0.5 - Added support for default bush and acacia bush saplings
diff --git a/init.lua b/init.lua
index 92c2f03..31662c8 100644
--- a/init.lua
+++ b/init.lua
@@ -33,6 +33,8 @@ local saplings = {
{"default:acacia_sapling", default.grow_new_acacia_tree, "soil"},
{"default:aspen_sapling", default.grow_new_aspen_tree, "soil"},
{"default:pine_sapling", pine_grow, "soil"},
+ {"default:bush_sapling", default.grow_bush, "soil"},
+ {"default:acacia_bush_sapling", default.grow_acacia_bush, "soil"},
}
-- helper tables ( "" denotes a blank item )