Add the “forgotten” tin block stair/slab

master
Wuzzy 2017-06-07 16:16:38 +02:00
parent f077c7508a
commit e30178eb8d
3 changed files with 10 additions and 0 deletions

View File

@ -788,6 +788,12 @@ minetest.register_craft({
})
-- Stairs/slabs
-- Add tin block stair and tin block slab which are oddly not present in Minetest Game 0.4.16.
-- NOTE: It is likely that these block will be added into stock Minetest Game one day, so remember that!
stairs.register_stair_and_slab("tinblock", "default:tinblock", minetest.registered_nodes["default:tinblock"].groups, minetest.registered_nodes["default:tinblock"].tiles, S("Tin Block Stair"), S("Tin Block Slab"), minetest.registered_nodes["default:tinblock"].sounds)
-- Add custom stairs and slabs
local stairslab_ignore_groups = { "wood", "stone", "soil", "cools_lava" }
local function simple_stair_slab(subname, desc_stair, desc_slab)

View File

@ -99,3 +99,5 @@ Silver Sandstone Brick with Golden Edges = Silbersandsteinziegel mit Goldkanten
Tin Brick = Zinnziegel
Tin Brick Slab = Zinnziegelplatte
Tin Brick Stair = Zinnziegeltreppe
Tin Block Slab = Zinnblockplatte
Tin Block Stair = Zinnblocktreppe

View File

@ -97,3 +97,5 @@ Silver Sandstone Brick with Golden Edges =
Tin Brick =
Tin Brick Slab =
Tin Brick Stair =
Tin Block Slab =
Tin Block Stair =