Fixed firework star description

This commit is contained in:
the-real-herowl 2024-12-29 05:07:01 +01:00 committed by the-real-herowl
parent f8f30b7311
commit c9bc8ecbd2

@ -207,7 +207,7 @@ tt.register_snippet(function(itemstring, _, itemstack)
local def = itemstack:get_definition()
if not def then return end
if not def._vl_fireworks_star then return end
if not def.groups._vl_fireworks_star or def.groups._vl_fireworks_star == 0 then return end
local s = ""
local meta = itemstack:get_meta()