This commit is contained in:
Timofey Gelazoniya 2022-06-08 00:13:47 +03:00
parent 303659fef8
commit 1a2955dfc2
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 6 deletions

View File

@ -92,14 +92,9 @@ public class GreenScreenBlockModel implements UnbakedModel, BakedModel, FabricBa
return this; return this;
} }
// @Override
// public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction face, Random random) {
// return Collections.emptyList();
// }
@Override @Override
public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction face, Random random) { public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction face, Random random) {
return null; return Collections.emptyList();
} }
@Override @Override