Fix an extra colon and incorrect oerkki description
This commit is contained in:
parent
b59e2c82e8
commit
35c7ee639b
4
init.lua
4
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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user