mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
typo missing space
This commit is contained in:
parent
0b01d299ea
commit
60e04438e0
@ -91,7 +91,7 @@ local bud_def = {
|
|||||||
}
|
}
|
||||||
for x,y in pairs(bud_def) do
|
for x,y in pairs(bud_def) do
|
||||||
minetest.register_node("mcl_amethyst:" .. y[1] .. "_amethyst_bud",{
|
minetest.register_node("mcl_amethyst:" .. y[1] .. "_amethyst_bud",{
|
||||||
description = y[2] .. "Amethyst Bud",
|
description = y[2] .. " Amethyst Bud",
|
||||||
_mcl_hardness = 1.5,
|
_mcl_hardness = 1.5,
|
||||||
_mcl_blast_resistance = 1.5,
|
_mcl_blast_resistance = 1.5,
|
||||||
drop = "",
|
drop = "",
|
||||||
|
Loading…
Reference in New Issue
Block a user