typo missing space

This commit is contained in:
1F616EMO 2021-07-28 05:15:00 +00:00 committed by cora
parent 0b01d299ea
commit 60e04438e0
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "",