Fix bug causing a crash when technic is enabled

I'm amazed it hadn't crashed sooner with such a stupid error...
master
Chris N 2014-07-31 14:16:42 -10:00
parent c1761c0eb0
commit 1c204006f3
1 changed files with 2 additions and 2 deletions

View File

@ -542,13 +542,13 @@ minetest.register_craft({
minetest.register_node("skylands:s_pillar", {
description = "A Hack like you should know what this does...",
tiles = "skylands_quartz_pillar.png",
tiles = {"skylands_quartz_pillar.png"},
groups = {crumbly=3, schema=1},
})
minetest.register_node("skylands:s_parthenon", {
description = "A Hack like you should know what this does...",
tiles = "skylands_quartz.png",
tiles = {"skylands_quartz.png"},
groups = {crumbly=3, schema=1},
})