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(
|
||||
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