naturalslopes_hades_revisited/leaves.lua

50 lines
974 B
Lua

local S = minetest.get_translator("hade_core")
naturalslopeslib.register_slope("hades_trees:banana_leaves", {
description = S("Banana Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:birch_leaves", {
description = S("Birch Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:cultivated_jungle_leaves", {
description = S("Cultivated Jungle Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:leaves", {
description = S("Common Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:jungle_leaves", {
description = S("Jungle Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:olive_leaves", {
description = S("Olive Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:orange_leaves", {
description = S("Orange Leaves Slope"),
},
10
)
naturalslopeslib.register_slope("hades_trees:pale_leaves", {
description = S("Pale Leaves Slope"),
},
10
)