1
0
mirror of https://github.com/minetest-mods/moreblocks.git synced 2025-05-10 20:30:20 +02:00

Add more facedir redefinitions for brick nodes.

This commit is contained in:
Calinou 2014-06-03 18:38:05 +02:00
parent dafe6ce1d6
commit b6cba74770

@ -81,9 +81,24 @@ if moreblocks.config.wood_facedir then
minetest.override_item("default:brick", {
paramtype2 = "facedir",
})
minetest.override_item("default:stonebrick", {
paramtype2 = "facedir",
})
minetest.override_item("default:desert_stonebrick", {
paramtype2 = "facedir",
})
minetest.override_item("default:sandstonebrick", {
paramtype2 = "facedir",
})
minetest.override_item("moreblocks:cactus_brick", {
paramtype2 = "facedir",
})
minetest.override_item("moreblocks:coal_stone_bricks", {
paramtype2 = "facedir",
})
minetest.override_item("moreblocks:iron_stone_bricks", {
paramtype2 = "facedir",
})
end
-- Make glass and obsidian glass framed, like the More Blocks glasses: