fix stairs error

This commit is contained in:
tenplus1 2020-12-12 20:49:09 +00:00
parent b188cdaa57
commit e98a82009f
2 changed files with 2 additions and 3 deletions

View File

@ -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),

View File

@ -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)