From e98a82009f80314aa96245444313a40400a5d8f5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 12 Dec 2020 20:49:09 +0000 Subject: [PATCH] fix stairs error --- init.lua | 2 +- stairs.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index c44415d..9e8ad64 100644 --- a/init.lua +++ b/init.lua @@ -11,7 +11,7 @@ -- DO NOT change settings below, use the settings.conf file instead ethereal = { - version = "1.27", + version = "1.28", leaftype = minetest.settings:get('ethereal.leaftype') or 0, leafwalk = minetest.settings:get_bool('ethereal.leafwalk', false), cavedirt = minetest.settings:get_bool('ethereal.cavedirt', true), diff --git a/stairs.lua b/stairs.lua index 22be62d..7db886c 100644 --- a/stairs.lua +++ b/stairs.lua @@ -106,8 +106,7 @@ stairs.register_all("sakura_wood", "ethereal:sakura_wood", stairs.register_all("olive_wood", "ethereal:olive_wood", {choppy = 2, oddly_breakable_by_hand = 1, flammable = 3}, {"olive_wood.png"}, - S("Olive Wood stair"), - S("Olive Wood Slab"), + S("Olive Wood"), default.node_sound_wood_defaults()) -- Stairs Plus (in More Blocks)