This commit is contained in:
Aleksey 2021-04-30 13:58:10 +03:00
parent 086657198e
commit 807e25c907
3 changed files with 22 additions and 5 deletions

View file

@ -24,10 +24,10 @@ public class BlockBase extends Block implements BlockPatterned {
return Collections.singletonList(new ItemStack(this));
}
@Override
public BlockModel getBlockModel(BlockState state) {
return null;
}
// @Override
// public BlockModel getBlockModel(BlockState state) {
// return null;
// }
@Override
public String getStatesPattern(Reader data) {