mirror of
https://github.com/xzeldon/ChromaBlocks.git
synced 2025-04-04 23:37:12 +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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user