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(
|
||||
ItemEntry
|
||||
.builder(SushiItems.TUNA_FISH)
|
||||
.weight(15)
|
||||
.weight(10)
|
||||
.conditionally(
|
||||
BiomeLootCondition.builder(ConventionalBiomeTags.OCEAN)
|
||||
.and(WeatherLootCondition.builder(true, false, false))
|
||||
)
|
||||
.build()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue