mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
More information for the azalea definition
Add azaleas to the 'deco_block' group and fill in some help data
This commit is contained in:
parent
6fe3cd7449
commit
8c21b81dcf
1 changed files with 3 additions and 0 deletions
|
@ -326,6 +326,8 @@ minetest.register_node("mcl_lush_caves:spore_blossom", {
|
|||
})
|
||||
|
||||
local tpl_azalea = {
|
||||
_tt_help = S("Needs soil and bone meal to grow"),
|
||||
_doc_items_hidden = false,
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
|
@ -340,6 +342,7 @@ local tpl_azalea = {
|
|||
plant = 1, non_mycelium_plant = 1,
|
||||
dig_by_piston = 1, dig_by_water = 1,
|
||||
flammable = 2, fire_encouragement = 15, fire_flammability = 40,
|
||||
deco_block = 1,
|
||||
},
|
||||
sounds = mcl_sounds.node_sound_dirt_defaults(),
|
||||
paramtype = "light",
|
||||
|
|
Loading…
Reference in a new issue