Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xzeldon committed Jun 7, 2022
1 parent 303659f commit 1a2955d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,9 @@ public BakedModel bake(ModelLoader loader, Function<SpriteIdentifier, Sprite> te
return this;
}

// @Override
// public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction face, Random random) {
// return Collections.emptyList();
// }

@Override
public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction face, Random random) {
return null;
return Collections.emptyList();
}

@Override
Expand Down

0 comments on commit 1a2955d

Please sign in to comment.