Added underscore in to cherry sign registration to ensure consistent with other signs

This commit is contained in:
ancientmarinerdev 2023-06-25 17:49:29 +01:00
parent 3c4fb9abb2
commit 03341ade2e
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

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