mirror of
https://github.com/xzeldon/ChromaBlocks.git
synced 2025-04-03 09:57:07 +03:00
cleanup
This commit is contained in:
parent
303659fef8
commit
1a2955dfc2
@ -92,14 +92,9 @@ public class GreenScreenBlockModel implements UnbakedModel, BakedModel, FabricBa
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user