Skip to content

Commit 99914fd

Browse files
authored
item.customLore is a string[] not a string
1 parent e2adcea commit 99914fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export declare class Item {
1818
enchants: NormalizedEnchant[];
1919
repairCost: number;
2020
customName: string | null;
21-
customLore: string | null;
21+
customLore: string[] | null;
2222
readonly spawnEggMobName: string;
2323
static equal(item1: Item, item2: Item, matchStackSize: boolean): boolean;
2424
static toNotch(item: ItemLike): NotchItem;

0 commit comments

Comments
 (0)