forked from VoxeLibre/VoxeLibre
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
|
||||
minetest.register_node("mcl_amethyst:" .. y[1] .. "_amethyst_bud",{
|
||||
description = y[2] .. "Amethyst Bud",
|
||||
description = y[2] .. " Amethyst Bud",
|
||||
_mcl_hardness = 1.5,
|
||||
_mcl_blast_resistance = 1.5,
|
||||
drop = "",
|
||||
|
|
Loading…
Reference in New Issue