Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
123 stars 100 forks source link

Adds the item production selection box #40

Closed tristonplummer closed 5 years ago

tristonplummer commented 5 years ago

Example usage:

produceItemBox(Items.BRONZE_BAR, title = "What would you like to smelt?") { item, qty ->
    player.message("Item=$item, Qty=$qty")
}

The interface: image