mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-10-31 22:05:23 +01:00 
			
		
		
		
	Add more facedir redefinitions for brick nodes.
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user