1.51.0-2 • Published 2 years ago

@graal-types/oraxen v1.51.0-2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Updating

This one is slightly different.

Manual Fixes

  • Remove readonly constructor: CustomListenerConstructor; on line 951. Need to figure out the proper types.

  • static build(): ItemStack; to OraxenItems on about line 1342.

    • add import import { ItemStack } from 'org.bukkit.inventory'; on about line 1319.