Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fad4d4f2e |
1 changed files with 1 additions and 2 deletions
|
|
@ -37,10 +37,9 @@ public class SushiLootHandler {
|
||||||
lpb.with(
|
lpb.with(
|
||||||
ItemEntry
|
ItemEntry
|
||||||
.builder(SushiItems.TUNA_FISH)
|
.builder(SushiItems.TUNA_FISH)
|
||||||
.weight(10)
|
.weight(15)
|
||||||
.conditionally(
|
.conditionally(
|
||||||
BiomeLootCondition.builder(ConventionalBiomeTags.OCEAN)
|
BiomeLootCondition.builder(ConventionalBiomeTags.OCEAN)
|
||||||
.and(WeatherLootCondition.builder(true, false, false))
|
|
||||||
)
|
)
|
||||||
.build()
|
.build()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue