Add support for moretrees, dryplants, and poisonivy

This commit is contained in:
Panquesito7 2019-10-28 14:18:44 -06:00 committed by sofar
parent 8649354092
commit bacb0221f3
2 changed files with 46 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
name = flowerpot
depends = default, farming, flowers
optional_depends = moretrees, dryplants, poisonivy
description = A stylish flowerpot that can contain most plants.