Compare commits
No commits in common. "main" and "v0.0.1" have entirely different histories.
1 changed files with 2 additions and 1 deletions
|
|
@ -37,9 +37,10 @@ public class SushiLootHandler {
|
||||||
lpb.with(
|
lpb.with(
|
||||||
ItemEntry
|
ItemEntry
|
||||||
.builder(SushiItems.TUNA_FISH)
|
.builder(SushiItems.TUNA_FISH)
|
||||||
.weight(15)
|
.weight(10)
|
||||||
.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