mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-01 19:04:40 +01:00
Added underscore in to cherry sign registration to ensure consistent with other signs
This commit is contained in:
@ -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
|
-- Smelting
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
@ -61,7 +61,7 @@ mcl_stairs.register_slab("cherrywood", "mcl_cherry_blossom:cherrywood",
|
|||||||
S("Double Cherry Slab"))
|
S("Double Cherry Slab"))
|
||||||
|
|
||||||
-- Signs
|
-- 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.png", nil,
|
||||||
"mcl_cherry_blossom_sign_inv.png", "mcl_cherry_blossom_sign_inv.png", S("Cherry Sign"))
|
"mcl_cherry_blossom_sign_inv.png", "mcl_cherry_blossom_sign_inv.png", S("Cherry Sign"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user