diff --git a/moreblocks.lua b/moreblocks.lua
index b2841a8b3ae153435df82ba3a7176ba85b9ad4ae..395478d174fc75718a3f6218a41f1a563e424106 100644
--- a/moreblocks.lua
+++ b/moreblocks.lua
@@ -38,6 +38,14 @@ register_stair_slab_panel_micro("twigs", "block", "trunks:twigs",
 0
 )
 
+register_stair_slab_panel_micro("stonebrick", "block", "illuna:stonebrick",
+{cracky=3},
+{"default_stone_brick.png"},
+"Stonebrick",
+"block",
+0
+)
+
 local name = {"red", "green", "white", "black", "blue", "brown", "cyan",
 		"grey", "dark_green", "dark_grey", "magenta", "orange", "pink",
 		"red", "violet", "yellow"}
@@ -58,3 +66,4 @@ table.insert(circular_saw.known_stairs, "default:stone_block")
 table.insert(circular_saw.known_stairs, "default:desert_stone_block")
 table.insert(circular_saw.known_stairs, "default:sandstone_block")
 table.insert(circular_saw.known_stairs, "default:obsidian_block")
+table.insert(circular_saw.known_stairs, "illuna:stonebrick")