fix lb typo

This commit is contained in:
tenplus1 2024-12-17 16:07:55 +00:00
parent 001df05a9d
commit f71fc25ee6

View File

@ -226,6 +226,6 @@ minetest.register_decoration({
if minetest.get_modpath("lucky_block") then if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({ lucky_block:add_blocks({
{"dro", {"xanadu:moonflower_closed"}, 1} {"dro", {"moonflower:moonflower_closed"}, 1}
}) })
end end