mirror of
https://github.com/minetest-mods/maptools.git
synced 2024-11-05 01:30:32 +01:00
Fix typo: steel ⇒ diamond.
This commit is contained in:
parent
aae5d447fd
commit
2f02bf146b
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user