add missing method to baseblock
This commit is contained in:
@@ -299,4 +299,8 @@ public class BaseBlock implements BlockStateHolder<BaseBlock>, TileEntityBlock {
|
||||
return blockState.getAsString();
|
||||
// }
|
||||
}
|
||||
|
||||
public BlockState toBlockState() {
|
||||
return blockState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user