1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-15 14:50:22 +02:00

added bakedclay flowers to decoration

This commit is contained in:
TenPlus1
2017-01-18 11:34:31 +00:00
parent 3b185e0099
commit b0aa729329
3 changed files with 31 additions and 16 deletions

View File

@ -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"} })