Skip to content

Commit

Permalink
roll back to EMPTY
Browse files Browse the repository at this point in the history
  • Loading branch information
xiewuzhiying committed May 21, 2024
1 parent 0bc4eb9 commit 495e19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ open class BalloonBlock : Block(
val table = TournamentLootTables.BALLOON_POP
val ctx = LootParams.Builder(level)
.withLuck(shooter?.luck ?: 0f)
.create(LootContextParamSets.PIGLIN_BARTER)
.create(LootContextParamSets.EMPTY)
val loot = level.server.lootData.getLootTable(table).getRandomItems(ctx)

loot.forEach { itemStack ->
Expand Down

0 comments on commit 495e19c

Please sign in to comment.