floppy disk name fix
This commit is contained in:
@@ -139,6 +139,10 @@ function itemDB:add(baseItem)
|
|||||||
nItem.displayName = nItem.displayName .. v.fullName
|
nItem.displayName = nItem.displayName .. v.fullName
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- disks
|
||||||
|
elseif baseItem.media then
|
||||||
|
-- don't ignore nbt... as disks can be labeled
|
||||||
|
|
||||||
-- potions
|
-- potions
|
||||||
elseif nItem.name == 'minecraft:potion' or nItem.name == 'minecraft:lingering_potion' then
|
elseif nItem.name == 'minecraft:potion' or nItem.name == 'minecraft:lingering_potion' then
|
||||||
if baseItem.effects then
|
if baseItem.effects then
|
||||||
|
|||||||
Reference in New Issue
Block a user