fix stairs error
This commit is contained in:
parent
b188cdaa57
commit
e98a82009f
2
init.lua
2
init.lua
@ -11,7 +11,7 @@
|
|||||||
-- DO NOT change settings below, use the settings.conf file instead
|
-- DO NOT change settings below, use the settings.conf file instead
|
||||||
ethereal = {
|
ethereal = {
|
||||||
|
|
||||||
version = "1.27",
|
version = "1.28",
|
||||||
leaftype = minetest.settings:get('ethereal.leaftype') or 0,
|
leaftype = minetest.settings:get('ethereal.leaftype') or 0,
|
||||||
leafwalk = minetest.settings:get_bool('ethereal.leafwalk', false),
|
leafwalk = minetest.settings:get_bool('ethereal.leafwalk', false),
|
||||||
cavedirt = minetest.settings:get_bool('ethereal.cavedirt', true),
|
cavedirt = minetest.settings:get_bool('ethereal.cavedirt', true),
|
||||||
|
@ -106,8 +106,7 @@ stairs.register_all("sakura_wood", "ethereal:sakura_wood",
|
|||||||
stairs.register_all("olive_wood", "ethereal:olive_wood",
|
stairs.register_all("olive_wood", "ethereal:olive_wood",
|
||||||
{choppy = 2, oddly_breakable_by_hand = 1, flammable = 3},
|
{choppy = 2, oddly_breakable_by_hand = 1, flammable = 3},
|
||||||
{"olive_wood.png"},
|
{"olive_wood.png"},
|
||||||
S("Olive Wood stair"),
|
S("Olive Wood"),
|
||||||
S("Olive Wood Slab"),
|
|
||||||
default.node_sound_wood_defaults())
|
default.node_sound_wood_defaults())
|
||||||
|
|
||||||
-- Stairs Plus (in More Blocks)
|
-- Stairs Plus (in More Blocks)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user