From bacb0221f3e221f942d050f15fcab2c383c2b6c3 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Mon, 28 Oct 2019 14:18:44 -0600 Subject: [PATCH] Add support for moretrees, dryplants, and poisonivy --- init.lua | 46 +++++++++++++++++++++++++++++++++++++++++++++- mod.conf | 1 + 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b17103a..eedf143 100644 --- a/init.lua +++ b/init.lua @@ -229,7 +229,51 @@ for _, node in pairs({ "flowers:viola", "flowers:chrysanthemum_green", "flowers:tulip_black", - + "moretrees:beech_sapling", + "moretrees:apple_tree_sapling", + "moretrees:oak_sapling", + "moretrees:sequoia_sapling", + "moretrees:birch_sapling", + "moretrees:palm_sapling", + "moretrees:date_palm_sapling", + "moretrees:spruce_sapling", + "moretrees:cedar_sapling", + "moretrees:poplar_sapling", + "moretrees:poplar_small_sapling", + "moretrees:rubber_tree_sapling", + "moretrees:fir_sapling", + "moretrees:jungletree_sapling", + "moretrees:beech_sapling_ongen", + "moretrees:apple_tree_sapling_ongen", + "moretrees:oak_sapling_ongen", + "moretrees:sequoia_sapling_ongen", + "moretrees:birch_sapling_ongen", + "moretrees:palm_sapling_ongen", + "moretrees:date_palm_sapling_ongen", + "moretrees:spruce_sapling_ongen", + "moretrees:cedar_sapling_ongen", + "moretrees:poplar_sapling_ongen", + "moretrees:poplar_small_sapling_ongen", + "moretrees:rubber_tree_sapling_ongen", + "moretrees:fir_sapling_ongen", + "moretrees:jungletree_sapling_ongen", + "dryplants:grass", + "dryplants:grass_short", + "dryplants:hay", + "dryplants:juncus", + "dryplants:juncus_02", + "dryplants:reedmace_spikes", + "dryplants:reedmace_top", + "dryplants:reedmace_height_2", + "dryplants:reedmace_height_3", + "dryplants:reedmace_3_spikes", + "dryplants:reedmace", + "dryplants:reedmace_bottom", + "dryplants:reedmace_sapling", + "poisonivy:seedling", + "poisonivy:sproutling", + "poisonivy:climbing", + }) do flowerpot.register_node(node) end diff --git a/mod.conf b/mod.conf index 1f0a776..f2072e2 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,4 @@ name = flowerpot depends = default, farming, flowers +optional_depends = moretrees, dryplants, poisonivy description = A stylish flowerpot that can contain most plants. \ No newline at end of file