Skip to content

Commit

Permalink
docs: fix docs to include new proprety
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz committed Aug 19, 2023
1 parent 61811b9 commit 43f6474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ fun itemDrag(): GUI {
type = GUIType.Chest(rows = 3)
) {
allowItemPlacement = true
allowItemDrag = true

// items is a Map of <Int, ItemStack>.
onDragItem = { player, items ->
Expand Down

0 comments on commit 43f6474

Please sign in to comment.