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…
Reference in New Issue