mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-10 09:09:43 +01:00
Fix typos (#4768)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4768 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: teknomunk <teknomunk@protonmail.com> Co-committed-by: teknomunk <teknomunk@protonmail.com>
This commit is contained in:
parent
11e8cbc39b
commit
cf5fe25b7d
1 changed files with 3 additions and 3 deletions
|
@ -563,7 +563,7 @@ minetest.register_node("mcl_core:gravel", {
|
||||||
},
|
},
|
||||||
[3] = "mcl_core:flint",
|
[3] = "mcl_core:flint",
|
||||||
},
|
},
|
||||||
_vl_crushing_drops = { "mcl_core:greysand" },
|
_vl_crushing_drop = { "mcl_core:greysand" },
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_core:greysand", {
|
minetest.register_node("mcl_core:greysand", {
|
||||||
|
@ -604,7 +604,7 @@ minetest.register_node("mcl_core:sandstone", {
|
||||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||||
_mcl_blast_resistance = 0.8,
|
_mcl_blast_resistance = 0.8,
|
||||||
_mcl_hardness = 0.8,
|
_mcl_hardness = 0.8,
|
||||||
_vl_crushing_drops = { "mcl_core:sand" },
|
_vl_crushing_drop = { "mcl_core:sand" },
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_core:sandstonesmooth", {
|
minetest.register_node("mcl_core:sandstonesmooth", {
|
||||||
|
@ -668,7 +668,7 @@ minetest.register_node("mcl_core:redsandstone", {
|
||||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||||
_mcl_blast_resistance = 0.8,
|
_mcl_blast_resistance = 0.8,
|
||||||
_mcl_hardness = 0.8,
|
_mcl_hardness = 0.8,
|
||||||
_vl_crushing_drops = { "mcl_core:redsand" },
|
_vl_crushing_drop = { "mcl_core:redsand" },
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_core:redsandstonesmooth", {
|
minetest.register_node("mcl_core:redsandstonesmooth", {
|
||||||
|
|
Loading…
Reference in a new issue