Fix typo: steel ⇒ diamond.

This commit is contained in:
Calinou 2015-01-20 17:29:25 +01:00
parent aae5d447fd
commit 2f02bf146b
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ minetest.register_node("maptools:diamondblock", {
description = S("Unbreakable Diamond Block"),
range = 12,
stack_max = 10000,
tiles = {"default_steel_block.png"},
tiles = {"default_diamond_block.png"},
drop = "",
groups = {unbreakable = 1, not_in_creative_inventory = maptools.creative},
sounds = default.node_sound_stone_defaults(),