Tests
This commit is contained in:
parent
086657198e
commit
807e25c907
3 changed files with 22 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue