mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Right texture for unbreakable diamond block
This commit is contained in:
parent
84295212df
commit
ca3755ea64
@ -357,7 +357,7 @@ minetest.register_node("maptools:diamondblock", {
|
|||||||
description = S("Unbreakable Diamond Block"),
|
description = S("Unbreakable Diamond Block"),
|
||||||
range = 12,
|
range = 12,
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
tiles = {"default_steel_block.png"},
|
tiles = {"default_diamond_block.png"},
|
||||||
drop = "",
|
drop = "",
|
||||||
groups = {unbreakable = 1, not_in_creative_inventory = maptools_creative},
|
groups = {unbreakable = 1, not_in_creative_inventory = maptools_creative},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
|
Loading…
Reference in New Issue
Block a user