Fixed tuna loot table
This commit is contained in:
parent
73b37f0bec
commit
9fad4d4f2e
1 changed files with 1 additions and 2 deletions
|
|
@ -37,10 +37,9 @@ public class SushiLootHandler {
|
|||
lpb.with(
|
||||
ItemEntry
|
||||
.builder(SushiItems.TUNA_FISH)
|
||||
.weight(10)
|
||||
.weight(15)
|
||||
.conditionally(
|
||||
BiomeLootCondition.builder(ConventionalBiomeTags.OCEAN)
|
||||
.and(WeatherLootCondition.builder(true, false, false))
|
||||
)
|
||||
.build()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue