Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
2 parents d608908 + 5d39db2 commit a57bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ export class Painting {
interface StorageEvents {
open: () => void
close: () => void
updateSlot: (oldItem: Item | null, newItem: Item | null) => void
updateSlot: (slot: number, oldItem: Item | null, newItem: Item | null) => void
}

interface FurnaceEvents extends StorageEvents {
Expand Down

0 comments on commit a57bbae

Please sign in to comment.