Remove default:stonebrick

This commit is contained in:
Wuzzy 2016-02-13 20:00:48 +01:00
parent 74ca1560e2
commit 93bb4a2c86
9 changed files with 0 additions and 7 deletions

View File

@ -59,13 +59,6 @@ minetest.register_node("default:stone_with_diamond", {
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
}) })
minetest.register_node("default:stonebrick", {
description = S("stone brick"),
tiles = {"default_stone_brick.png"},
groups = {cracky=2, stone=1},
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("default:dirt_with_grass", { minetest.register_node("default:dirt_with_grass", {
description = S("dirt with grass"), description = S("dirt with grass"),
tiles = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"}, tiles = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"},

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.