forked from minetest-mods/quartz
Use all caps in option names
This commit is contained in:
4
init.lua
4
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",
|
||||
|
Reference in New Issue
Block a user