Remove tin block slab/stair

master
Wuzzy 2019-08-26 15:02:51 +02:00
parent 72f7244c2c
commit 7d08804ab6
3 changed files with 0 additions and 12 deletions

View File

@ -100,8 +100,6 @@ 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
Cobbled Silver Sandstone=Silbersandsteinpflaster
Cobbled Silver Sandstone Slab=Silbersandsteinpflasterplatte
Cobbled Silver Sandstone Stair=Silbersandsteinpflastertreppe

View File

@ -147,8 +147,6 @@ This block is even harder than diamond; diamond pickaxes can't break it. TNT is
This decorational ice tile has been crafted in a way that it is partially transparent and looks like a real window.=
This is a fence made out of precious goldwood. The fence will neatly connect to its neighbors, making it easy to build nice-looking fence structures. The fence can be jumped over.=
This is a fence rail made out of precious goldwood. It will neatly connect to its neighbors, but without creating fence posts. It can be jumped over.=
Tin Block Slab=
Tin Block Stair=
Tin Brick=
Tin Brick Slab=
Tin Brick Stair=

View File

@ -2,14 +2,6 @@ local S = minetest.get_translator("mtg_plus")
-- 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.
-- This automatically checks if the node is already registered to avoid duplicates.
-- TODO: Remove this section anyway when Minetest Game adds these blocks.
if minetest.registered_nodes["stairs:slab_tinblock"] == nil then
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)
end
-- Add custom stairs and slabs
local stairslab_ignore_groups = { "wood", "stone", "soil", }