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:
parent
84295212df
commit
ca3755ea64
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user