From b0aa729329b966aa95edd22f8246ac9083de50d6 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 18 Jan 2017 11:34:31 +0000 Subject: added bakedclay flowers to decoration --- api.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'api.txt') 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"} }) -- cgit v1.2.3