Fix bug causing crashes when technic is installed.

Also, the soonest I've ever ported a change from skylands to skytest. :P
master
Chris N 2014-07-31 14:20:07 -10:00
parent 577d34657f
commit 3af1ebbef7
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},
})