forked from VoxeLibre/VoxeLibre
Fix typo of lapis lazuli block
This commit is contained in:
parent
950b0c09e3
commit
626670aed0
|
@ -1319,7 +1319,7 @@ minetest.register_node("mcl_core:diamondblock", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_core:lapisblock", {
|
minetest.register_node("mcl_core:lapisblock", {
|
||||||
description = "Lapis Lazul Block",
|
description = "Lapis Lazuli Block",
|
||||||
tiles = {"default_lapis_block.png"},
|
tiles = {"default_lapis_block.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue