mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-06 08:37:30 +01:00
Fixed firework star description
This commit is contained in:
parent
f8f30b7311
commit
c9bc8ecbd2
@ -207,7 +207,7 @@ tt.register_snippet(function(itemstring, _, itemstack)
|
|||||||
local def = itemstack:get_definition()
|
local def = itemstack:get_definition()
|
||||||
if not def then return end
|
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 s = ""
|
||||||
local meta = itemstack:get_meta()
|
local meta = itemstack:get_meta()
|
||||||
|
Loading…
Reference in New Issue
Block a user