Skip to content

Commit

Permalink
extra types for enchantments (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
zisis912 committed Jul 29, 2023
1 parent d764706 commit b336d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export class Anvil {

export interface Enchantment {
level: number
expected: { enchant: number, level: number }
}

export class Villager extends Window<ConditionalStorageEvents> {
Expand Down

0 comments on commit b336d22

Please sign in to comment.