Skip to content

Commit 184b63d

Browse files
committed
Fix build
1 parent 805204b commit 184b63d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Types/SkyBlock.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ export type MiningForgeItemName =
467467
| 'Tungsten Key'
468468
| 'Umber Key'
469469
| 'Skeleton Key'
470-
| 'Portable Campfire';
470+
| 'Portable Campfire'
471+
| 'PET';
471472

472473
export type MiningForgeItemsData = {
473474
[key in MiningForgeItemId | 'UNKNOWN']: {

0 commit comments

Comments
 (0)