From 56c6604e85994d0a6e993695c718f9086a3d014e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 20 Apr 2016 13:13:20 -0400 Subject: updated several mods: blox, bobblocks, castle, digilines, home decor, mesecons, pipeworks, and quartz --- quartz/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quartz/init.lua') diff --git a/quartz/init.lua b/quartz/init.lua index 6b0a41b..7bcbaea 100644 --- a/quartz/init.lua +++ b/quartz/init.lua @@ -153,7 +153,7 @@ minetest.register_abm({ -- Compatibility with stairsplus -- -if minetest.get_modpath("moreblocks") and enable_stairsplus then +if minetest.get_modpath("moreblocks") and ENABLE_STAIRSPLUS then register_stair_slab_panel_micro("quartz", "block", "quartz:block", {cracky=3}, {"quartz_block.png"}, @@ -187,7 +187,7 @@ end -- Deprecated -- -if enable_horizontal_pillar then +if ENABLE_HORIZONTAL_PILLAR then -- Quartz Pillar (horizontal) minetest.register_node("quartz:pillar_horizontal", { description = "Quartz Pillar Horizontal", -- cgit v1.2.3