1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-13 05:50:31 +01:00

Right texture for unbreakable diamond block

This commit is contained in:
unknown 2014-12-25 23:02:30 +01:00
parent 84295212df
commit ca3755ea64

View File

@ -357,7 +357,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(),