Skip to content

Commit

Permalink
Smelt now returns the total number of items smelted
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Oct 30, 2023
1 parent 83b46e0 commit 292bb81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ object TriggerSmelt : Trigger("smelt") {
player,
TriggerData(
player = player,
item = item
item = item,
value = item.amount.toDouble(),
)
)
}
Expand Down

0 comments on commit 292bb81

Please sign in to comment.