From 35c7ee639b3aee4baa658998d89c00f0d2366544 Mon Sep 17 00:00:00 2001
From: CraigyDavi <craig.davison3@gmail.com>
Date: Wed, 3 Sep 2014 17:03:40 +0100
Subject: [PATCH] Fix an extra colon and incorrect oerkki description

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

diff --git a/init.lua b/init.lua
index 0fc3592..cb39a78 100644
--- a/init.lua
+++ b/init.lua
@@ -265,7 +265,7 @@ end
 if minetest.get_modpath("moreblocks") then
 
 	stairsplus:register_all("gloopblocks", "oerkki_block", "gloopblocks:oerkki_block", {
-		description = "Oerkki",
+		description = "Oerkki Block",
 		tiles = {
 			"gloopblocks_oerkkiblock_tb.png",
 			"gloopblocks_oerkkiblock_tb.png", 
@@ -382,7 +382,7 @@ if minetest.get_modpath("moreblocks") then
 		local color = colorlist[i][1]
 		local colordesc = colorlist[i][2]
 		
-		stairsplus:register_all("wool:", color, "wool:"..color, {
+		stairsplus:register_all("wool", color, "wool:"..color, {
 			description = colordesc.." Wool",
 			tiles = {"wool_"..color..".png"},
 			groups = {snappy=2, choppy=2, oddly_breakable_by_hand=3, flammable=3, wool=1, not_in_creative_inventory=1},