forked from VoxeLibre/VoxeLibre
Added underscore in to cherry sign registration to ensure consistent with other signs
This commit is contained in:
parent
3c4fb9abb2
commit
03341ade2e
|
@ -58,7 +58,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
mcl_signs.register_sign_craft("mcl_cherry_blossom", "mcl_cherry_blossom:cherrywood", "cherrywood")
|
||||
mcl_signs.register_sign_craft("mcl_cherry_blossom", "mcl_cherry_blossom:cherrywood", "_cherrywood")
|
||||
|
||||
-- Smelting
|
||||
minetest.register_craft({
|
||||
|
|
|
@ -61,7 +61,7 @@ mcl_stairs.register_slab("cherrywood", "mcl_cherry_blossom:cherrywood",
|
|||
S("Double Cherry Slab"))
|
||||
|
||||
-- Signs
|
||||
mcl_signs.register_sign_custom("mcl_cherry_blossom", "cherrywood",
|
||||
mcl_signs.register_sign_custom("mcl_cherry_blossom", "_cherrywood",
|
||||
"mcl_cherry_blossom_sign.png", nil,
|
||||
"mcl_cherry_blossom_sign_inv.png", "mcl_cherry_blossom_sign_inv.png", S("Cherry Sign"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue