From b98d60a1512d068d6751d9824216ccada94697ce Mon Sep 17 00:00:00 2001
From: cheapie <no-email-for-you@example.com>
Date: Sat, 4 Feb 2017 22:20:54 +0100
Subject: Fix typo in recipe (#2)

---
 init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.lua b/init.lua
index f5ecb9f..10307d7 100644
--- a/init.lua
+++ b/init.lua
@@ -126,7 +126,7 @@ minetest.register_node("rgblightstone:rgblightstone", {
 
 
 minetest.register_craft({
-	output = "rgblightstone:lightstone",
+	output = "rgblightstone:rgblightstone",
 	recipe = {
 		{"","mesecons_lightstone:lightstone_green_off",""},
 		{"mesecons_lightstone:lightstone_red_off","mesecons_luacontroller:luacontroller0000","mesecons_lightstone:lightstone_blue_off"},
-- 
cgit v1.2.3