From 8bbaa71710a6ebd7018e599c35d36797dbb5796d Mon Sep 17 00:00:00 2001
From: tchncs <me@tchncs.de>
Date: Thu, 25 May 2017 16:01:35 +0200
Subject: [PATCH] adjusted illuna:stonebricks moreblocks registration to become
 a lightsource

---
 moreblocks.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/moreblocks.lua b/moreblocks.lua
index 395478d..4730d3c 100644
--- a/moreblocks.lua
+++ b/moreblocks.lua
@@ -38,12 +38,12 @@ register_stair_slab_panel_micro("twigs", "block", "trunks:twigs",
 0
 )
 
-register_stair_slab_panel_micro("stonebrick", "block", "illuna:stonebrick",
+register_stair_slab_panel_micro("illuna_stonebrick", "block", "illuna:stonebrick",
 {cracky=3},
 {"default_stone_brick.png"},
 "Stonebrick",
 "block",
-0
+3
 )
 
 local name = {"red", "green", "white", "black", "blue", "brown", "cyan",
-- 
GitLab