Make flowers non-replacable

This commit is contained in:
Wuzzy 2017-03-31 20:09:44 +02:00
parent 59610e9d94
commit 47ccf47b0d
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ local function add_simple_flower(name, desc, image, simple_selection_box)
stack_max = 64,
groups = {dig_immediate=3,flammable=2,flower=1,attached_node=1,dig_by_water=1,dig_by_piston=1,deco_block=1},
sounds = mcl_sounds.node_sound_leaves_defaults(),
buildable_to = true,
selection_box = {
type = "fixed",
fixed = simple_selection_box,