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
1 changed files with 15 additions and 0 deletions

View File

@ -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: