Fix an extra colon and incorrect oerkki description

This commit is contained in:
CraigyDavi 2014-09-03 17:03:40 +01:00
parent b59e2c82e8
commit 35c7ee639b

View File

@ -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},