Skip to content

Commit

Permalink
v4.0.6 b35
Browse files Browse the repository at this point in the history
* add to deathcause enum: `CAMPFIRE`
* fix typo in debug message
  • Loading branch information
stumper66 committed Jul 2, 2024
1 parent b7372f5 commit fca9a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 4.0.6 b34
version = 4.0.6 b35
description = The Ultimate RPG Mob Levelling Solution
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ class CustomDropsHandler {

info.addDebugMessage(
"&8 - &7item: &b${newItem.type.name}&7, amount: &b${dropBase.amountAsString}&7, newAmount: &b$newDropAmount&7, " +
"chance: &b{dropBase.chance?.showMatchedChance()}&7, chanceRole: " +
"chance: &b${dropBase.chance?.showMatchedChance()}&7, chanceRole: " +
"&b${Utils.round(chanceRole.toDouble(), 4)}&7, dropped: &btrue&7$retryMsg."
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ enum class DeathCause {
VOID,
WITHER,
PLAYER_CAUSED,
CAMPFIRE
}

0 comments on commit fca9a92

Please sign in to comment.