Skip to content

Commit

Permalink
Add no-argument constructor for FillTexturedBlockLootFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 25, 2019
1 parent a8c8703 commit adcb910
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -25,6 +25,10 @@ public FillTexturedBlockLootFunction(ILootCondition[] conditions) {
super(conditions);
}

public FillTexturedBlockLootFunction() {
super(new ILootCondition[0]);
}

@Nonnull
@Override
protected ItemStack doApply(@Nonnull ItemStack stack, @Nonnull LootContext context) {
Expand Down

0 comments on commit adcb910

Please sign in to comment.