1
0
Fork 0

More information for the azalea definition

Add azaleas to the 'deco_block' group and fill in some help data
This commit is contained in:
laireia 2023-12-01 10:39:21 +10:00 committed by the-real-herowl
parent 6fe3cd7449
commit 8c21b81dcf
1 changed files with 3 additions and 0 deletions

View File

@ -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",