summaryrefslogtreecommitdiff
path: root/api.txt
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-18 11:34:31 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-18 11:34:31 +0000
commitb0aa729329b966aa95edd22f8246ac9083de50d6 (patch)
tree94b6436364d3d0b81284da20483c7248c32cb2b8 /api.txt
parent3b185e00993aeafee7209f9c3025bf173e134be1 (diff)
added bakedclay flowers to decoration
Diffstat (limited to 'api.txt')
-rw-r--r--api.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/api.txt b/api.txt
index 9892887..50fc578 100644
--- a/api.txt
+++ b/api.txt
@@ -45,11 +45,12 @@ Adding Dirt Decoration
bonemeal:add_deco({ dirt_node, {grass_node_list}, {decor_node_list} })
-This command will add grass and decoration to specific dirt types.
+This command will add grass and decoration to specific dirt types, use "" to
+add an empty node.
e.g.
-bonemeal:add_deco({"default:dirt_with_dry_grass", {"default:dry_grass_1", "air"},
+bonemeal:add_deco({"default:dirt_with_dry_grass", {"default:dry_grass_1", ""},
{"flowers:rose", "flowers:viola"} })