Skip to content

Commit

Permalink
fix: thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 20, 2024
1 parent 3127585 commit ca18bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public abstract class BaseFlowerSet<B extends Block> extends AbstractFlowerSet i

protected final DeferredBlock<B> flower;
protected final DeferredBlock<FlowerPotBlock> pot;
protected UnaryOperator<Properties> potProperties;
protected UnaryOperator<Properties> potProperties = UnaryOperator.identity();

public BaseFlowerSet(String id, String textureFolder, Supplier<B> constructor) {
this.id = id;
Expand Down

0 comments on commit ca18bf9

Please sign in to comment.